GitXplorerGitXplorer
N

space-conquest-server

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
98e092b68fc0a560aa8ed4832fd7d246751fd767

Initial commit

NNinjeneer committed 3 years ago

README

The README file for this repository.

Nest Logo

Description

Nest framework TypeScript starter repository with user management and role based authorizations

Installation

$ npm install

Migrate database

npx prisma migrate dev

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# generate context once
$ npm run test:context

# unit tests
$ npm run mocha

# e2e tests
$ npm run mocha:e2e

# test coverage
$ npm run mocha:cov

License

Nest is MIT licensed.