Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.29 KB

README.md

File metadata and controls

45 lines (38 loc) · 1.29 KB

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