better-spelling-bee

DEMO VIDEO (my computer is a bit broken) https://drive.google.com/file/d/1gAmG6yGLyOBjeILcQsNPJp2GHy_8SGk2/view?usp=sharing To run frontend: Navigate to ...\better-spelling-bee\frontend In commandline type: npm run dev

copy paste the url it prints into chrome

To run backend: Navigate to ...\better-spelling-bee\backend on powershell run: python manage.py makemigrations python manage.py migrate python manage.py runserver

If doesn't work -- try python3 instead of python