Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 191 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 191 Bytes

Training member management

Install

  • npm install
  • Create .env to config server and Database (check .env_example)

Init database

  • npm run init_db

Start server

  • npm start