Skip to content

Basic RestAPI Scaffolding like User Module Authentication, Api Documentation like swagger, Device management etc

Notifications You must be signed in to change notification settings

nhrasal/Rest-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Using NestJs framework and RestAPI, TypeORM, PostgreSQL and Redis. Please make sure you have already install redis and PostgreSQL in your local machine or container

Add information or configure your env file from the env folder

Please give the all required information

  • development.env
  • staging.evn
  • production.env

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# staging mode
$ yarn run start:staging


# build
$ yarn run start:build

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Stay in touch

License

Nest is MIT licensed.

Contributors ✨

NH Rasal
NH Rasal

About

Basic RestAPI Scaffolding like User Module Authentication, Api Documentation like swagger, Device management etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published