pedro-ssantos / nest-restaurant-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

Nest framework TypeScript starter repository.

nest-restaurant-api

Description

Creates and secures a feature-complete API, which lets clients perform data operations on a mock restaurant menu. Stores data in dynamic mem; Uses "class-validator" and "class-transform" to validate input form. Uses JWT, AuthO and passport to authorization.

Dependencies:

    "@nestjs/common": "^7.0.0",
    "@nestjs/core": "^7.0.0",
    "@nestjs/passport": "^7.1.0",
    "@nestjs/platform-express": "^7.0.0",
    "class-transformer": "^0.3.1",
    "class-validator": "^0.12.2",
    "dotenv": "^8.2.0",
    "jwks-rsa": "^1.11.0",
    "passport": "^0.4.1",
    "passport-jwt": "^4.0.0",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^3.0.2",
    "rxjs": "^6.5.4"

License

Nest is MIT licensed.

About


Languages

Language:TypeScript 86.4%Language:JavaScript 11.8%Language:Shell 1.8%