Skip to content

VladGaranovskyi/DentalWebsitePrototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dental website prototype

This is a website for dental office. You can see the landing page, book an appointment and manage it.

There is 1 essential db model in backend side of the project - Appointment;

Project Structure

  • appointment
    • models.py
    • views.py
    • urls.py
    • managers.py
    • tests.py
    • admin.py
    • apps.py
  • client
    • models.py
    • views.py
    • urls.py
    • tests.py
    • admin.py
    • apps.py
  • static
    • js
    • css
    • fonts
    • images
  • templates
    • html files

Stack

Python + Django, Html + Css, Js + Jquery.

Usage

Download or clone this repository. Run pip install -r requirements.txt through the terminal in the current folder (installed Python version required). then type cd KopyoffDentalArt.

To open the web app type python manage.py runserver

To stop developer mode in the terminal press Ctrl+C.

Link

https://www.kopyoffdental.com/

Screenshots

Screenshot 2024-02-19 201649 Screenshot 2024-02-19 201602 Screenshot 2024-02-19 201534

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages