Uses Postgres and Redis as storage. Nginx to route requests. Build with docker and docker-compose.
docker-compose -f docker-compose.dev.yml ACTION
docker-compose -f docker-compose.dev.yml up --build -d
docker-compose -f docker-compose.dev.yml down
Routes all requests that starts with /api
to server. All other are directed to client.
To access the application go to http://localhost:3050