Giter Club home page Giter Club logo

fitnessclubdbms's Introduction

Fitness Club DBMS

A GUI application for a Health and Fitness Club Management System. This system will serve as a platform catering to the needs of club members, trainers, and administrative staff. Feel free to play around with it :)

Project Report

• Conceptual Design: the ER diagram for the Health and Fitness Club, and assumptions

• Reduction to Relation Schemas: consolidate ER diagram into relational schemas using the most effective method for mapping ER components to tables.

• DDL File

• DML File

• Code Implementation in Python

Prerequisites

If Python is not installed in your system, then you can install it by running the given command in your terminal: pip install python

Open the command prompt (Windows) or the terminal (MacOS) and run the below command to install psycopg2: pip install psycopg2

Download Management_System_GUI.py from my source folder. Download DDL.sql and DML.sql from my SQL folder.

Setting up in PostgreSQL

Login to pgAdmin 4 and create a new database with a name of your choice.
Go to Query tool => Open the DDL.sql and DML.sql scripts from local device => Execute.
Optionally, you can just run the Python program which will automatically create the tables and set up the sample data.

Compilation

You can run the Python program using your IDE or use the terminal:
python Management_System_GUI.py

Once the program is running, it will prompt you for the database name, pgAdmin 4 username, and password.
Enter the database name: <name of database you created on postgreSQL>
Enter your pgadmin 4 username: postgres
Enter your pgadmin 4 password: <your pgAdmin 4 password>

fitnessclubdbms's People

Contributors

xuannguyencu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.