A NestJS task management application built to learn more about integrating GraphQL with NestJS :D
- Typescript
- NestJS for the back-end
- ReactJS for the front-end
- GraphQL
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
- 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-serviceand then your username and password. - PROFIT