Repo for downtown stimulus
cp .env.test .env
docker-compose up --build
Note - If images are already present docker-compose up
The Project is now up and running -
Backend API - http://127.0.0.1:8000
Frontend - http://localhost:3000
docker exec -it downtownstimulus_api_1 downtownapi/manage.py createsuperuser
docker-compose --version
git clone https://github.com/ethifylabs/downtownstimulus
git checkout develop
Build Project Following Above Instructions