Skip to content

udofia2/Melanin_god

Repository files navigation

Vidoe Demo

Video Demo This is the direct link to the video demo.

Documentation Link to the Documentation

Health Check Link to check the health status of the server

Admin Login Credentials

Description

Nest framework TypeScript starter repository.

Project setup

$ yarn install

Compile and run the project

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Run tests

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Run Database commands

# database migration 
$ yarn prisma:migrate

# generate
$ yarn prisma:generate

# reset database
$ yarn db:reset

# start prisma studio
$ yarn prisma:studio