Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 2.35 KB

README.md

File metadata and controls

66 lines (39 loc) · 2.35 KB

scheduling_app

Timetable management software standalone offline application. can handle parallel sessions, conservative sessions, not overlap sessions, and not available time by lectures, rooms, and also groups.

Purpose

The purpose of this project generate a timetable for universities as well as collages to generate their advance logical timetables.


Development setup

1. Retrieve our project (if you haven't done so already)

 $ git clone [email protected]:ShalithaCell/scheduling_app.git

2. Goto root folder and run the npm install to install the necessary packages.

3. Init the databsase.

  • Goto src folder.
  • open the terminal and run npx sequelize-cli db:migrate
  • copy the file schedule.sqlite3 to outside database folder.

4. Goto root folder and run the npm start to run the project.

Libraries

Screenshots

  • timetable
  • timetable
  • timetable
  • timetable
  • timetable
  • timetable
  • timetable

Contribute

The best way to contribute is by spreading the word about the library:

  • Blog it
  • Comment it
  • Fork it
  • Star it
  • Share it

A HUGE THANKS for your help.