Skip to content

ADedicatedCoder/dental_clinic_system

Repository files navigation

Dental Clinic System

This is a web application built with Flask, a Python web framework. The application uses Jinja2 as the template engine, JavaScript and HTML for the front-end, and connects to an Oracle SQL Server.

Installation

  1. Clone the repository to your local machine.
  2. Install the required packages using pip install -r requirements.txt.
  3. Create a new Oracle database and update your .env file with your database credentials and other connection details.
  4. Run the application in Flask's virtual environment system.

Usage

The application provides a simple user interface to interact with the Oracle database. Users can perform CRUD (Create, Read, Update, Delete) operations with the provided sample on the database tables using the web interface or can input their own queries for execution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published