Skip to content

majidovnurbek/Doctor_Booking_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

    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

Releases

No releases published

Packages

No packages published

Languages