Skip to content

Backend for chess social network Knight

License

Notifications You must be signed in to change notification settings

krabiworld/knight-nest

Repository files navigation

Knight Nest

The project is dead and no longer working! Don't try to revive it or worse, use it as it is, it has too many vulnerabilities. (I'm too lazy to fix it)

Description

Knight chess social network built with TypeScript and Nest.JS.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Knight is MIT licensed.

Developed by

HeadcrabJ