Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

unicam-complex-system/Backend_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Technology

Nest Logo

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

Just Run

Firstly add .env file to root directory using the following template

MONGO_INITDB_ROOT_USERNAME=username
MONGO_INITDB_ROOT_PASSWORD=password
JWT_SECRET=secret
CSD_USER=User
CSD_PASSWORD=Password

Then you can run

$ docker compose up -d

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published