Thanks to visit codestin.com
Credit goes to github.com

Skip to content

akashom53/zafo-backend

Repository files navigation

Description

Backend repository for Zafo project

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Once project is running, swagger is awailable at http://localhost:3000/apidoc

Run tests

No useful tests have been written as of yet, only boilerplate code

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Deployment

WIP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published