/fpl-backend

Backend for FPL-ripoff using Express JS

Primary LanguageJavaScript

Tech: ExpressJS

TODO

  1. start branching

Seeding Team Photo

  1. extract storage/teams_photo.zip, place all under public/data/teams

Versions

  1. 1.0 - 2021-11-15 - MVP Version, All basic and necessary functions are up and working

Deploy

  1. git clone
  2. npm install
  3. cp .env.example .env
  4. Create database
  5. npm run db-migrate
  6. npm run db-seed
  7. npm run dev