Skip to content

๐Ÿ Appointment Booking written in django-rest-framework ๐Ÿ—“๏ธ

Notifications You must be signed in to change notification settings

itz-Amethyst/appointment_booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

56 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ Django Appointment Booking ๐Ÿ—“๏ธ

Overview

This project built upon Django with Docker for local development. Follow this instructions for setting up the project, building Docker images, running Django.

Django Models Diagram

Models diagram generated by pydot , graphviz:

Diagram of Django Models

Running locally

1. Install Dependencies

Ensure all required Python packages are installed. Run the following command in your terminal:

pip install -r requirements.txt

2. Apply migrations

python manage.py makemigrations

and then

python manage.py migrate

3. Final step

Now with having these steps done you can easily access the project on your local

python manage.py runserver

About

๐Ÿ Appointment Booking written in django-rest-framework ๐Ÿ—“๏ธ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published