This project is a gamified learning platform for students and teachers focusing on environmental awareness.
With Pip(recomend)
- Create virtual environment:
python -m venv venv_name- Activate virtual environment: >
venv_name\Scripts\activate- Install dependencies: >
pip install -r requirements.txt- Run server: >
python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic
python manage.py runserverWith uv(fast)
- Initialize UV: >
uv init- Create virtual environment: >
uv venv venv_name- Activate virtual environment: >
venv_name\Scripts\activate- Install dependencies: >
uv add -r requirements.txt- Run server: >
python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic
python manage.py runserverUser Name:User Password:User1234
- gamification/ : Django app
- venv_name/ : Virtual environment
- templates/ : HTML templates
- static/ : Game(Godot)
- Frontend:Manthan Vizuda
- Game:Utsav laheru