Skip to content

arjun99pili/fpl-assistant-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPL Assistant

The API for the FPL Assistant

Local Setup

Perform the following steps:

  1. Install requirements in either a virtualenv or your system
    $ pip install -r requirements.txt
  2. Source the setup.sh file
    $ source setup.sh <path-to-volume-mount>
    where, path-to-volume-mount refers to the absolute path to the DB volume
  3. Initialize database
    $ flask initdb
    Need to run on the first run but not necessary every time
  4. Run API
    $ flask run

Now the API should be accessible at port 5000 on localhost

About

FPL Assistant API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages