Skip to content

RonanPlugins/RonanServersBackend

Repository files navigation

RonanServers Logo

RonanServers


Documentation

Api documentation is available at ronanservers.com

Discord Online GitHub Workflow Status GitHub package.json version GitHub repo size Website GitHub issues

Setup

Nest framework TypeScript starter repository.
The below command will configure your environment to be ready to develop!

$ bash setup.sh

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

Support

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.

License

Nest is MIT licensed.