/Trends

Primary LanguagePython

Building and Running the Project with docker-compose

docker-compose up

Stop and removing the Project with docker-compose

docker-compose down

Exploring the Project

Open the browser and explore page http://0.0.0.0:8001

Run migrate command on docker

docker exec trends-backend python manage.py migrate