Skip to content

cjekal/feature-toggle-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feature-toggle-demo

Installation Steps

These steps do not need to be repeated

  1. brew install python3
  2. python3 -m venv env
  3. . env/bin/activate
  4. pip install Django
  5. pip install django_rest_framework
  6. django-admin startproject mysite frontend
  7. django-admin startproject project backends/payment_svc
  8. django-admin startproject project backends/user_svc
  9. cd backends/payment_svc/
    1. update settings.py to include rest_framework in the INSTALLED_APPS global list
    2. python manage.py startapp apis
    3. update settings.py to include apis in the INSTALLED_APPS global list
  10. cd backends/user_svc/
    1. update settings.py to include rest_framework in the INSTALLED_APPS global list
    2. python manage.py startapp apis
    3. update settings.py to include apis in the INSTALLED_APPS global list
  11. docker-compose build && docker-compose up
  12. log into unleash
    1. go to http://localhost:4242 and login with admin/unleash4all - these are the default credentials

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published