Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natebakescakes/team11-cab
GDipSA: Club Application for Booking System
https://github.com/natebakescakes/team11-cab
gdipsa graduate-course java-8 spring-mvc team-project
Last synced: about 1 month ago
JSON representation
GDipSA: Club Application for Booking System
- Host: GitHub
- URL: https://github.com/natebakescakes/team11-cab
- Owner: natebakescakes
- Created: 2018-06-09T05:55:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T09:27:58.000Z (over 6 years ago)
- Last Synced: 2024-11-07T06:36:12.813Z (3 months ago)
- Topics: gdipsa, graduate-course, java-8, spring-mvc, team-project
- Language: JavaScript
- Homepage:
- Size: 5.02 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course Application for Booking
- Front-end interface for new members to sign up and book facilities for their own use
- Back-end administrative interface for staff to manage members, facilities and bookings## Installation
1. Unzip team11-cab-master.zip
2. Import the unzipped folder into your Eclipse workspace
3. Create a schema in your local database with the name 'team11_cab'
4. Execute SQL script (Unzip "SQL.zip" file and import into MYSQL Workbench)
5. Update Maven
6. Run on server
7. Go to URL 'http://localhost:8080/cab/home'## Members
- You may sign up as a normal member directly using the front-end interface
- Alternatively, you can login as an existing member by referring to "user" table
for username. All normal members have their passwords set as "guest"## Admin Users
Several admin users are hardcoded into the system at the moment:
- username: gabrielwong, password: password
- username: jawenvoon, password: password
- username: jinkang, password: passwordAdmins are able to access the back-end management interface.