Skip to content

keishidesu/training-master-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Training Master System

Training Master System is a system specifically for training management and is written using Vue.js and Express.js. Users can register as a trainer or trainee.

Contributors


manyimy

SJinggg

keishidesu

Setup

Install node modules

cd client
npm install
cd ..
cd server
npm install

Environment Setup

create .env file and paste everything from .env.example

Development

Running server

cd server
npm start

Running client

cd client
npm run dev

Tools

To view database

Releases

No releases published

Packages

No packages published