Skip to content

maciejbac/GymDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


EzGym

EzGym

C# Database management system for a Gym
Explore the docs »

Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contact

About The Project

GymDB is a database management software designed for a gym. It allows the user to add/remove/modify things such as gym members, classes, staff and equipment. This software has been initially developed as a project for university, but I've been working on it to expand my C# skills.

Built With

  • C#
  • .NET

Getting Started

To run this project:

  1. Clone the repository
  2. (optional) Replace the database file
  3. Compile GymDB.sln

Prerequisites

  • C#
  • .NET
  • MSAccess framework

Installation

No installation required

Usage

Connecting to the database

You can connect to the database by pressing the 'Connect' Button on the main screen. Administrative options will be grayed out until you've successfully connected to the database.

EzGym

The Sun in the logo will turn green once the connection to the database is established:

EzGym

Managing the content

Users, Staff, Classes and the equipment can be accessed and managed by accessing their respective sub-menus from the main menu.

You can select the desired action from the drop-down menu and press select to proceed:

EzGym

You can also edit existing users and add new ones:

EzGym

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages