Skip to content

nhesusrz/api-fb-poc

Repository files navigation

Rest API implemented with Flask Builder

Prerequisites

  • Python 3

Setup

  1. Create the virtualenv using the Python 3
    mkvirtualenv -p python3 api-fb-doc
  2. Enter to the virtual env
    workon api-fb-doc
  3. Install dependencies
    pip install -r requirements.txt
  4. Crete the local DB
    fabmanager create-db
  5. Create the admin user
    fabmanager create-admin
  6. Run the application
    fabmanager run

Application

You could access to the application using the url http://localhost:8080/ The Swager API documentation is on http://localhost:8080/swagger/v1 and you can try out the api.

Credits

This package was created with Cookiecutter

About

This is a POC for use the Football-Data API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages