Skip to content

Latest commit

 

History

History
79 lines (51 loc) · 1.48 KB

README.md

File metadata and controls

79 lines (51 loc) · 1.48 KB

Buscando Roomie

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

Project

API url

/api/auth

This route handles authentication.

/api/favorites

This route handles favorites of users.

/api/locations

This route handles locations of places.

/api/places

This route handles places of users .

/api/profile

This route handle profiles of users.

Installation

npm install

Run

npm start

Develop

If you want run, run the next line:

npm run dev

Test

If you want run test, run the next line:

npm test
npm run cover

License

Licensed under the MIT License.

Authors