A NestJS task management application built as part of the NestJS Zero to Hero - Modern Typescript Back-end Development course
- Typescript
- NestJS for the back-end
- ReactJS for the front-end
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 variablesPGADMIN_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