/Library_Backend

Primary LanguageTypeScriptMIT LicenseMIT

Nest Logo

This project was built using Nest.js, a Node.js framework for building efficient and scalable server-side applications.

Description

this project is improvement from this project

Installation

Note:

  • Make sure you have docker installed on your computer if you don't, please feel free to access Docker Documentation
  • Or you can install the service i use on docker compose instead install it using docker
cp .env.example .env

npm install

Running the app

# Start service
npm run dependency:local

# Development
npm run start

# Watch mode
npm run start:dev

# Production mode
npm run start:prod

Test

# unit tests
npm run test

# e2e tests
npm run test:e2e

# test coverage
npm run test:cov

Stay in touch

License

Nest is MIT licensed.