This project is a Doctor booking web built using the Django Rest framework.
To get this project up and running on your local machine, follow these steps:
- Python
- Django
- Django Rest Framework
- Postgresql
-
Clone the repository:
https://github.com/majidovnurbek/Doctor_Booking_API.git
2.Create a virtual environment (optional):
python -m venv venv
3.Install the required dependencies:
pip install -r requirements.txt
4.Create the database and apply migrations:
python manage.py migrate
5.Create a superuser (optional):
python manage.py createsuperuser
6.Start the development server:
python manage.py runserver