Yield generated for 498e71b7-ec39-424b-9592-39541863d205
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Anatole-DC 19ab60ec03 👷 Add docker deployement to backend ci 4 years ago
.circleci 👷 Add docker deployement to backend ci 4 years ago
dev Initial commit 4 years ago
src Initial commit 4 years ago
test Initial commit 4 years ago
.eslintrc.js Initial commit 4 years ago
.gitignore 👷 Add netlify config 4 years ago
.prettierrc Initial commit 4 years ago
Dockerfile 👷 Add docker deployement to backend ci 4 years ago
Procfile 🚀 Add Procfile for Heroku 4 years ago
README.md Initial commit 4 years ago
compodoc.server.json Initial commit 4 years ago
example.env Initial commit 4 years ago
nest-cli.json Initial commit 4 years ago
netlify.toml 👷 Add netlify config 4 years ago
package.json Initial commit 4 years ago
tsconfig.build.json Initial commit 4 years ago
tsconfig.json Initial commit 4 years ago
yarn.lock Initial commit 4 years ago

README.md

Welcome to 2021-2022-devops-final-backend 👋

The back end to my new startup idea

Installation

$ yarn install

Running the app

# development
yarn start

# watch mode
yarn start:dev

# production mode
$ yarn build
&&
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

Lints

# Check
$ yarn format:check

# Format code
$ yarn format:check

# Lint code
$ yarn lint