Skip to content

JCaraballo113/nestjs-task-management

Repository files navigation

NestJS Task Management

A NestJS task management application built as part of the NestJS Zero to Hero - Modern Typescript Back-end Development course

Technologies used

Setting up your development environment

The steps to run this app are pretty simple, please make sure to have the following installed before proceeding

Now to run the app:

  • Clone the repo
  • Add a .env file to the root of the project and add the variables PGADMIN_DEFAULT_EMAIL PGADMIN_DEFAULT_PASSWORD POSTGRES_PASSWORD. They can have whatever value you'd like.
  • Do docker-compose up, this will spool up everything the application needs :)
  • Enter PGAdmin(localhost:5050) and connect to your service. To connect simply add a server, as a hostname add the docker service name postgres-service and then your username and password.
  • PROFIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published