developer01234 / nodejs-backend

nodejs backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs backend.

Please star this repo if you like
It's motivates me a lot!

Stack

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

Authors

Contributing

Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.

License

CC0 License.

About

nodejs backend

License:Creative Commons Zero v1.0 Universal


Languages

Language:TypeScript 98.1%Language:Shell 1.4%Language:Dockerfile 0.5%