Repo for downtown stimulus
- Export .env file to enviroment and fill up suitable environment variables
cp .env.test .env
- Build Images and Stand up containers
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
- Create a New superuser for Backend API
docker exec -it downtownstimulus_api_1 downtownapi/manage.py createsuperuser
- Swagger Docs - http://127.0.0.1:8000/swagger/
- Redoc Docs - http://127.0.0.1:8000/redoc/
- Install Docker -
- Install docker-compose (Version > 1.25.5)
docker-compose --version
- Clone Project -
git clone https://github.com/ethifylabs/downtownstimulus
git checkout develop
Build Project Following Above Instructions