项目作者: keishidesu

项目描述 :
Training Management System
高级语言: Vue
项目地址: git://github.com/keishidesu/training-master-system.git
创建时间: 2020-08-20T08:25:16Z
项目社区:https://github.com/keishidesu/training-master-system

开源协议:

下载


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

  1. cd client
  2. npm install
  3. cd ..
  4. cd server
  5. npm install

Environment Setup

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

Development

Running server

  1. cd server
  2. npm start

Running client

  1. cd client
  2. npm run dev

Tools

To view database