This is a group project to create a Parking application using a computer vision model.
A file is required for the project to work /parking/.env with environment variables.
Create it with this content and substitute your values.
SECRET_KEY=
DATABASE_NAME=
DATABASE_USER=
DATABASE_PASSWORD=
DATABASE_HOST=db
DATABASE_PORT=
EMAIL_HOST=
EMAIL_PORT=
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=- Install Docker
- Clone project
git clone https://github.com/oleksandr-study/BigBrother.git - In console type
cd BigBrother - Create .env and add info as at example
- In console type
docker-compose up - GOTO 127.0.0.1:8000
- Enjoy