https://github.com/aldarisbm/studio-manager
Manager for studios(dance, yoga, pilates) or any rented space.
https://github.com/aldarisbm/studio-manager
Last synced: 3 months ago
JSON representation
Manager for studios(dance, yoga, pilates) or any rented space.
- Host: GitHub
- URL: https://github.com/aldarisbm/studio-manager
- Owner: aldarisbm
- License: mit
- Created: 2018-07-06T03:01:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T00:52:25.000Z (about 1 year ago)
- Last Synced: 2025-01-22T04:09:49.591Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 511 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# studio-manager
Manager for studios(dance, yoga, pilates) or any rented space.
### Overview
Studio Manager-Studio Owners will be able to keep organized different instructors and students, schedule private, group classes and be
able to create new users with a login and password with different user levels### Run it:
Use Java 8After you clone from github repo, you should build with gradle -Usually have auto-import checked and use gradle 'wrapper' configuration.
After it boots up, in MAMP or whichever MYSQL db you're using to connect you need to add the following two commands(can be added both at once) from the root folder of the DB
##### INSERT INTO `role` VALUES (1,'ADMIN');
##### INSERT INTO `role` VALUES (2,'USER');