Skip to content

Tool for tracking exam requirements of students at universities (in Germany)

Notifications You must be signed in to change notification settings

ISTE-SQA/Tutor-Management-System

 
 

Repository files navigation

Tutor Management System

Unit Tests Code Quality Dependabot Status

The Tutor Management System (short TMS) aims to be a tool used at universitites (in Germany). It can be used to track the requirements which a student has to fulfill to be allowed to write the exam. It can (among other things) track the points gained by the students in their homeworks, how often a student attended the tutorial and how often a student presented a solution.

Getting Started

You can find more information about how to set up your development environment in the development environment guide.

Deployment

For more information on how to deploy this tool please read the installation guide in the project wiki.

If you want to update your existing deployment to a new version please refer to the update guide.

Built With

Here are the most important libraries listed which are used in any part of the project.

  • TypeScript - Programming language.
  • React - Frontend framework.
  • Material-UI - Frontend component library.
  • Formik - Used to clean up the React mess in forms.
  • axios - Used to make the REST calls against the backend.
  • NestJS - Backend framework used.
  • mongoose - Used to connect to the MongoDB.
  • typegoose - Makes working with mongoose documents & typescript easier.

The following tools are used in the maintaining & deploying processes.

  • ESLint - Used to ensure code quality.
  • GitHub Actions - Used for CI.
  • Node - Runs the production server aswell as the development servers.
  • ts-node - Used to run .ts scripts directly on NodeJS without compiling them.
  • Docker - Used to build the docker images.

Contributing

Please read CONTRIBUTING.md for details on how to contribute to this project.

Versioning

This project uses SemVer for versioning. For the versions available, see the tags on this repository.

About

Tool for tracking exam requirements of students at universities (in Germany)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%