/juno-backend

🌙 NestJS Project

Primary LanguageTypeScriptMIT LicenseMIT

Juno Backend

Create Database

$ docker-compose down -v
$ docker-compose up -d  

Installation

$ yarn install --frozen-lockfile

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

License

Juno Backend is MIT licensed.