Skip to content

romainwallon/tablebay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

154 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TableBay - A Timetabling Application Based on Constraint Programming

Description

TableBay is a Spring application designed to collect institution, curriculum and teacher constraints to build the timetable of a program in a single platform.

The logo of TableBay.

Running the application

To run TableBay, you must first export several environment variables to configure the application:

export TABLEBAY_SLOTS_PER_DAY=6
export TABLEBAY_ADMIN_USERNAME=admin
export TABLEBAY_ADMIN_PASSWORD=admin

Additionnally, you can also modify the application.yml file to change the default configuration of the application, located in the src/main/resources directory.

Then, execute the following command from the application directory to start the server:

./gradlew bootRun

Once the server is started, you can browse the documentation of the REST API from the Swagger Homepage to learn more about the available routes.

About

An Application for Building Timetables Using Constraint Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages