/Trippy

AirBnb Like Site For Educational Purposes. #React #MongoDB

Primary LanguageJavaScript

Trippy

The core functionality of the site:

  1. Show locations (places you can rent) and allow to search them.
  2. User authentication (login/logout and sign up).
  3. 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