A simple sign up / sign in system, should be used as a backbone for future projects
- React
- Typescript
- PostgreSql
- Node
- Docker
For Windows and MacOs users, Docker engine must be installed and running
-
git submodule init
-
git submodule update
-
create ./api/env.local with envs from ./api/.env
-
create ./client/env.local with envs from ./client/.env
Start the application and watch for changes in:
docker compose up
Stop the application
docker compose down