Skip to content

bhupesh98/tbep-backend

 
 

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Donate us Support us Follow us on Twitter

Description

Backend for the TBEP project. This project is built using the NestJS framework. It is recommended to you docker to manage its following dependencies:

  • Neo4j
  • Redis

Project setup

$ pnpm install

Note

This project takes environment variables from a .env file. You can create a .env file in the root of the project and edit the environment variables mentioned in the .env.example file.:

cp .env.example .env

Compile and run the project

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Run tests

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

Resources

Check out a few resources that may come in handy when working with NestJS:

  • Visit the NestJS Documentation to learn more about the framework.
  • To dive deeper and get more hands-on experience, check out the official video courses.
  • Visualize your application graph and interact with the NestJS application in real-time using NestJS Devtools.

About

Backend of TBEP portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • Other 1.8%