Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 706 Bytes

File metadata and controls

41 lines (29 loc) · 706 Bytes

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