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 --build
to build the individual client and server side containers. - For more controls over database and server, you can change
postgres.env
andserver.env
according to your needs