nanoninja / quiz-api-express-typeorm

Modern Node API With TypeScript, Express and TypeORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Modern Node API With TypeScript, Express and TypeORM


Languages

Language:TypeScript 99.7%Language:Dockerfile 0.3%