Skip to content

searchfe/cosmic-server

Repository files navigation

Description

Nest framework TypeScript starter repository with typeorm and graphql.

Installation

$ npm install
$ cp development.example.env development.env

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Homepage http://localhost:3000

Graphql http://localhost:3000/api/graphql

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages