A progressive Node.js framework for building efficient and scalable server-side applications.
BE for a web-site created to make lives of Tekken players somewhat more enjoyable. Here you can challenge someone for a play and earn some points. With these points you may hit the 1st place on our leaderboard.
This project was released to production, but Tekken community did not really use it, so I decided to shut it down
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.