An open API service indexing awesome lists of open source software.

https://github.com/majidovnurbek/doctor_booking_api

doctor booking web api
https://github.com/majidovnurbek/doctor_booking_api

api django django-rest-framework doctor-appointment-booking-system

Last synced: 6 months ago
JSON representation

doctor booking web api

Awesome Lists containing this project

README

          

# Django Project

This project is a Doctor booking web built using the Django Rest framework.

## Getting Started
To get this project up and running on your local machine, follow these steps:

## Technologies
- Python
- Django
- Django Rest Framework
- Postgresql

### Installation

1. **Clone the repository:**

```bash
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