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
- Node
- TypeScript
- Express
- MySql
- Sequelize
- Jest
git clone https://github.com/CodeCommunityHub/tms-api.git
yarn install
yarn dev
APP_NAME
PORT
SECRET_KEY
DB_HOST
DB_PORT
DB_USER
DB_PASSWORD
DB_NAME