Skip to content

A back-end written in NestJS for software engineering 2 course

Notifications You must be signed in to change notification settings

SepehrGanji/Voter-BackEnd

Repository files navigation

Voter-BackEnd

A project for my software engineering course.

Install

$ yarn install

Run

# 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

About

A back-end written in NestJS for software engineering 2 course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published