anufdo / tms-api

Training Management Software API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tms-api

Training Management Software API (TypeScript)

The Training Management System (TMS) is designed to manage student enrollment to courses, facilitate the final examination process, and handle certificate issuance. This is a free and open-source project that everyone can use.

TMS,includes:

  • Student Management
  • Instructor/Lecture Management
  • Exam Management
  • Courses Management
  • Syllabus Management

Technology used

  • Node
  • TypeScript
  • Express
  • MySql
  • Sequelize
  • Jest

How to run

git clone https://github.com/CodeCommunityHub/tms-api.git

yarn install

yarn dev

.ENV

APP_NAME
PORT
SECRET_KEY
DB_HOST
DB_PORT
DB_USER
DB_PASSWORD
DB_NAME

About

Training Management Software API

License:MIT License


Languages

Language:TypeScript 97.5%Language:Shell 2.5%