Gym Management

A java swing Gym Management project that consists of three types of user logins--Admin, Manager, Customer. This project is helpful for people looking for a basic, simple and effective swing project. This desktop application also has a database connectivity with jdbc drivers of java and has an example of all the basic sql operations.

Features

How it works

Guidelines

IDE used:-

Apache Netbeans

Setting up the database:-

  1. Create a database named demodb
  2. Import the db.sql file into the demodb database_(The db.sql file is present inside the database folder)_.
  3. Once the database server is setup, open the project in netbeans and run the project.

Note:-

The id and password for all types of users are user1 and pass1. This can be changed either from the database directly or after logging in the desktop application.

Screenshots

Screenshot of flash screen Screenshot of Login Type Screenshot of Login Screen Screenshot of Manager Page Screenshot of Password Change Screenshot of SignOut Message

Contact

mailto: a.081005@gmail.com

License

MIT License

Copyright (c) 2019 Animesh Sharma

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.