Skip to content

DJ3-PM/roomie-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published