Use this template project to quickly spin up development containers for your project!
- Client side: ReactJS
- Server side: NestJS
- Database: PostgreSQL
- Make sure you have Docker Desktop installed in your machine
- For the first run, run
docker compose up --buildto build the individual client and server side containers. - For more controls over database and server, you can change
postgres.envandserver.envaccording to your needs