Backend for the Capstone project - Intelligent Trip Planner.
- CRUD operations for all models of the system.
- Authentication and Authorization middleware token based.
- Querying locations of personalized interests.
- Querying full Itinerary for a new trip.
You need to have Node and NPM installed on your computer.
-
Installing Node automatically comes with npm.
-
Databases:
-
Installing the project dependencies
Run following command
$ npm install
-
Create new
.env
file that containing your database config and start both PostgreSQL and Neo4j. -
Start the server
Run command below
$ npm run dev
-
The server will be running on
http://localhost:3000
as base url for endpoints.
We have released We relesased a public Postman API Document
- Nguyen Quang Linh
- Nguyen Thanh Dat
- Le Gia Thuan
- Mai Viet Cuong