docker-compose up --build
pip install django
python manage.py runserver
- enter localhost:8000, then you can see 'hello world' on site, which will be implemented to show button & and results of API
docker-compose up --build
pip install django
python manage.py runserver