Skip to content

Repository for my student research project. Read-only!

Notifications You must be signed in to change notification settings

FurKay00/TimetablePlanning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student research project - 'D3.js based visualization for timetable planning'

Aim and Goal

This student project aims to find a solution for creating a manual timetable planning application within a university setup. Latter should include basic functionalities such as checking room availability and reserving a room for a lecture.

Tech-stack

  • Frontend:
    • Angular with 'd3.js' library for visualization
  • Backend:
    • FastAPI as a REST-Service and SQLAlchemy for ORM
  • Database:
    • PostgreSQL

Setup - Frontend

Prerequisites: Node installed

  1. Installation of Angular CLI in terminal:
    npm install -g @angular/cli
  2. When using IDE, start "Angular CLI Server (backend)"-command
  3. If Terminal only, then the following command: npm run start

About

Repository for my student research project. Read-only!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published