This project was bootstrapped with Postgresql.
In the project directory, you can run:
$ cd server
$ npm install express pg bcrypt cors dotenv body-parser aws-sdk twilio
For JWT Json Web Token.
$ cd server
$ npm install jsonwebtoken
For date format.
cd server
$ npm install moment
Connection Database.
$ cd server
$ cp db.js.example db.js
And then change your connection in db.js
.
Your secret connection with AWS SES.
$ cd server
$ cp .env.example .env
And then change your connection in .env
Run server.
cd server
$ npm run server
Runs in local machine in port http://localhost:5000