These steps do not need to be repeated
brew install python3
python3 -m venv env
. env/bin/activate
pip install Django
pip install django_rest_framework
django-admin startproject mysite frontend
django-admin startproject project backends/payment_svc
django-admin startproject project backends/user_svc
cd backends/payment_svc/
- update
settings.py
to includerest_framework
in theINSTALLED_APPS
global list python manage.py startapp apis
- update
settings.py
to includeapis
in theINSTALLED_APPS
global list
- update
cd backends/user_svc/
- update
settings.py
to includerest_framework
in theINSTALLED_APPS
global list python manage.py startapp apis
- update
settings.py
to includeapis
in theINSTALLED_APPS
global list
- update
docker-compose build && docker-compose up
- log into unleash
- go to http://localhost:4242 and login with
admin
/unleash4all
- these are the default credentials
- go to http://localhost:4242 and login with