Use git clone https://github.com/guillodacosta/almundo-back.git to clone this project.
run npm install to download the depencies.
Run npm start to run the server.
| Method | Route |
|---|---|
| GET | api/hotels |
| GET | api/hotels?filter={} |
| GET | api/hotels/:id |
| POST | api/hotels |
| DELETE | api/hotels/:id |
| PUT | api/hotels/:id |