Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 359 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 359 Bytes

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