-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathparams.json
More file actions
1 lines (1 loc) · 3.97 KB
/
params.json
File metadata and controls
1 lines (1 loc) · 3.97 KB
1
{"name":"Gym Management","tagline":"A java swing Gym Management project that consists of three types of user logins--Admin, Manager, Customer.","body":"# Gym Management\r\nA java swing Gym Management project that consists of three types of user logins--Admin, Manager, Customer.\r\nThis project is helpful for people looking for a basic, simple and effective swing project.\r\nThis desktop application also has a database connectivity with jdbc drivers of java and has an example of all the basic sql operations.\r\n# Features\r\n* Beautiful and simple GUI\r\n* Different functionality for different users\r\n* Shows an example of java swing and jdbc connectivity\r\n\r\n# How it works\r\n* User is given an option to login as either an admin, manager or a customer.\r\n* Once an option is selected the user is asked for a userid and a password.\r\n* If the entered credentials match with the database, the user is sent to the next screen.\r\n* According to the type of user, there are various functions that it can perform.\r\n* Some of the operation include:-\r\n * Fetching and viewing the database columns.\r\n * Deleting data from database.\r\n * Adding data into database.\r\n * Updating the data into database like changing userid or passwords.\r\n \r\n# Guidelines\r\n## IDE used:-\r\nApache Netbeans\r\n## Setting up the database:-\r\n1. Create a database named **_demodb_**\r\n2. Import the **_db.sql_** file into the **_demodb_** database_(The **_db.sql_** file is present inside the database folder)_.\r\n3. Once the database server is setup, open the project in netbeans and run the project.\r\n## Note:-\r\n_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._\r\n# Screenshots\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n# Contact\r\nmailto: ***a.081005@gmail.com***\r\n\r\n# License\r\nMIT License\r\n\r\nCopyright (c) 2019 Animesh Sharma\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n\r\n\r\n\r\n","note":"Don't delete this file! It's used internally to help with page regeneration."}