https://github.com/virresh/schedulr
A javafx based program to handle the time table management of an institution
https://github.com/virresh/schedulr
Last synced: about 2 months ago
JSON representation
A javafx based program to handle the time table management of an institution
- Host: GitHub
- URL: https://github.com/virresh/schedulr
- Owner: virresh
- Created: 2017-10-10T13:52:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T00:29:51.000Z (about 8 years ago)
- Last Synced: 2025-01-19T08:28:06.989Z (over 1 year ago)
- Language: Java
- Size: 4.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Schedulr

Made by :
Baani Leen and Viresh Gupta
A javafx based program to handle the time table management of an institution
Supports functionality for
- Student
- View and Register for courses
- View global and personalised timetable
- Place a request for TimeTable Booking
- Cancel bookings already made
- View and Register for courses
- Faculty
- View and Register for courses
- View global and personalised timetable
- Book slots in TimeTable
- Cancel bookings already made
- View and Register for courses
- Admin
- Accept/Reject Requests from students
- View global and personalised timetable
- Place a request for TimeTable Booking
- View Bookings by any person and power to cancel them
- Accept/Reject Requests from students
See the complete documentation for JAVA files at https://virresh.github.io/Schedulr/



# Instructions to Run:
Clone this repository (preferably in Eclipse with the e(fx) plugin installed).
Modify ``` Constants.constant ``` class to change the port and IP of server as required
Execute ``` server.ServerRunner ``` class first to setup a server. Note only one instance can be run of this class.
Execute ``` application.Main ``` class as many number of times as required. Can also be ran on different pc's on same network.