Skip to content

AirBnb Like Site For Educational Purposes. #React #MongoDB

Notifications You must be signed in to change notification settings

andreykishtov/Trippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

AirBnb Like Site For Educational Purposes. #React #MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published