- Project Name - Exam Geek
- Application Name - ExamApp
- Developer Name - Shreenath Gajalwar
- step 1: Create a virtual environment
- step 2: Activate the virtual environment
- step 3: Clone the repository
- step 4: cd into the repository
- step 5: pip install -r requirements.txt
- step 6: python manage.py makemigrations (by default database used is db.sqlite3 you can change it in Settings.py )
- step 7: python manage.py migrate
- step 8: python manage.py runserver (by default server will start at http://localhost:8000)