Shared trip site, made with Node.JS/Express/Handlebars/MongoDB Functionality:
- Register/Login/Logout, using JWT Cookie/Bcrpt.
- User profile.
- Create trip.
- Edit trip.
- Delete trip.
- Book a trip.
To start up the project,
-
Clone the repo:
$ git clone https://github.com/Blaz1kennBG/Shared-Trips-Express-Handlebars-MongoDB -
Install the dependencies:
npm install -
Run
nodemonin the root directory