Skip to content

An Appointment Dentist Website.. Patients can visit the site and set a day when they waant to meet with their the Dentis. This Application is build with Django web framework

Notifications You must be signed in to change notification settings

tweenty247/7AcademyProject_DentisWebsite

Repository files navigation

This is a Dentist appointment web Application. Visit the finished application at https://akod.herokuapp.com/

Cloning the repository

--> Clone the repository using the command below :

git clone https://github.com/tweenty247/7AcademyProject_DentisWebsite.git

--> Create a virtual environment :

pip install virtualenv

Then we create our virtual environment

virtualenv envname

--> Activate the virtual environment :

envname\scripts\activate

--> Install the requirements :

pip install -r requirements.txt

Running the App

--> To run the App, we use :

python manage.py runserver

Then, the development server will be started at http://127.0.0.1:8000/

Visit the finished application at

https://akod.herokuapp.com/

About

An Appointment Dentist Website.. Patients can visit the site and set a day when they waant to meet with their the Dentis. This Application is build with Django web framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published