/Online-Appointments-Project

Online appointments project built in Django and bootstrap.

Primary LanguageJavaScript

Online-Appointments-Project

##Introduction

This project is a website for online booking based in Django, Bootstrap, jQuery.

##Version

python==3.6.5

##Quick Start

  • Make sure add ur mysql user to settings.py.

  • Make sure u add the email user in Online-Appointments-Projects/OAP/users/mail.py.

###Localhost

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver