Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 654 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 654 Bytes

Node API

Documentation

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start or npm run dev command

Running tests:

Run npm run test command

Installing dependencies

npm i bcryptjs body-parser class-validator cors express \
express-http-context jsonwebtoken mongodb mysql mysql2 pg \
reflect-metadata typeorm uuid

Installing developpment dependencies

npm i -D @types/chai @types/chai-http @types/cors @types/express \
@types/jsonwebtoken @types/mocha @types/node chai mocha nodemon \
ts-nod typeorm-fixtures-cli typescript