Project is written in Node.js + Express with the following libs:
- Knex
- Objection
- Async
- Bcryptjs
- Cors
- Express-Rate-Limit
- Express-Validator
- Jsonwebtoken
- PostgreSQL
- Passport
- Passport-Jwt
- Moment
cp .env.sample .env
cp .env.sample .env.test
Install the project.
npm i
Fill out the .env
and .env.test
.
npm run migrate
Terminal One
npm test
npm run start:dev
npm start