Skip to content

tonysantana1492/uber-eats-backend

Repository files navigation

Simple test!

Description

Nest framework TypeScript starter repository with custom setup maintaining industry standard best practices. Just clone and start building without worrying about anything. Focus on the product not the setup.

Overview

Installation

$ npm install

Config env variables

Rename .env.example file to .env

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# with docker
$ docker-compose up -d

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

  • Author - Tony Santana López

License

Nest is MIT licensed.