Skip to content

nojitsi/test-with-nest

Repository files navigation

Description

Test app made with nest

Requirements

  • Node >= 16
  • Docker or Postgre installed

Installation

npm install
cp .env.example .env
#Change credentials if needed.
#if you do not have docker installed, pls connect to your locally installed postgres
#Edit docker-compose.yml if you did change credentials.
docker-compose up -d
npx prisma migrate dev

Running the app

$ npm run start:dev

Test

Testing been done with postman collection in root directory

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published