A fully secured NestJs API for online games website.
Nest API with secured authentication.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# Swagger UI Generated documentation
http://localhost:3000/api/
# Includes NestJs API and MySQL database with storage
$ docker-compose up
- Author - Baptist HECHT
- GitHub - Github
- LinkedIn - @BaptistHecht
Nest is MIT licensed.