Trippy
The core functionality of the site:
- Show locations (places you can rent) and allow to search them.
- User authentication (login/logout and sign up).
- Book a location.
Server:
Node.js server with REST API using mongoDB database.
Rest Api:
api/locations
get and post locations with /
api/users
can get users with get request / user can sign up with /signup user can sign in with /signin
api/reviews
get and post locations with /
Client:
React, pure css