Application that allows you to:
- search for available rooms that exist in Medellin
- add the rooms you liked best to a list of favorites
- contact the owner of the room you liked best so you can rent it
- in case you want to rent, you can add photos and description of your room so they can contact you
This route handles authentication.
This route handles favorites of users.
This route handles locations of places.
This route handles places of users .
This route handle profiles of users.
npm install
npm start
If you want run, run the next line:
npm run dev
If you want run test, run the next line:
npm test
npm run cover
Licensed under the MIT License.