An interactive spelling game for 1st-5th grade students to improve their spelling and grammar abilities.
TO RESET YOUR LOCAL DB :
1: Delete all migrations in backend/ZenSpelling/Migrations EXCEPT for init.py
2: Delete db.sqlite3 (You may have to stop your running server first for this to work)
3: Run this command in IDE terminal : ./dbreset.sh (For Unix), dbreset.bat (For Windows)