A Web application which brings the treatment from the world's best Doctors to you by just one click!
You can view the demo here.
- Frontend: HTML/CSS/Bootstrap/JS
- Backend: Django/Auth0
- Fork and Clone the repo using
git clone https://github.com/khannakshat7/virtual-hospital.git
cd virtual-hospital
- Install dependencies using
pip install -r requirements.txt
- Make migrations using
python manage.py makemigrations
- Migrate Database
python manage.py migrate
- Create a superuser
python manage.py createsuperuser
- Run server using
python manage.py runserver 3000
Need help? Feel free to contact me @ [email protected]
Made By Akshat Khanna and Nitesh Nijhawan with ❤️