- Django - 3.0.5
- Python - 3.8.2
- Database - sqlite3
- IDE - VS Code (Preferred)
- Clone this repository.
- Set up a python virtual environment and activate it in your terminal.
- Open the repo in terminal and run the following commands -
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runsever
- Open http://127.0.0.1:8000/ in your browser, login and explore
USER TYPE | USERNAME | PASSWORD |
---|---|---|
Patient | pulkit | test@123 |
Doctor | muditmangal | test@123 |
Receptionist | komal | test@123 |
HR | dhruv | test@123 |