Tech: ExpressJS
- start branching
- extract storage/teams_photo.zip, place all under public/data/teams
- 1.0 - 2021-11-15 - MVP Version, All basic and necessary functions are up and working
- git clone
- npm install
- cp .env.example .env
- Create database
- npm run db-migrate
- npm run db-seed
- npm run dev