Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 496 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 496 Bytes

emotion_tracker_django

Django equivalent of EmotionTracker, my RoR CRUD demonstrator
Refer to: https://github.com/sshakil/emotion-tracker
No OAuth+PKCE, yet; uses the same DB as above.
No need for migrations to be run to get up and running.
Do need ENABLE_OAUTH=false in command for front-end

Start Django Server

python manage.py runserver 8000

Start Front End

ENABLE_OAUTH=false npx webpack --watch --config ./webpack.config.js