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
- Host: GitHub
- URL: https://github.com/majidovnurbek/doctor_booking_api
- Owner: majidovnurbek
- Created: 2025-01-24T09:06:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T06:11:11.000Z (8 months ago)
- Last Synced: 2025-02-10T06:30:39.938Z (8 months ago)
- Topics: api, django, django-rest-framework, doctor-appointment-booking-system
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.git2.**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