A revolutionary gamified learning app. Made by Nathan Apte and Pransh Dalal as our 2024 entrepreneurship project.
- python 3.10 or higher
- npm
Run npm install in Client
Run pip install -r requirements.txt in Server (windows)
To start the server, run python server.py in Server
To start the client, run npm start in Client