Skip to content

ChristopherGS/flask_injector_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  • Ensure you have Python 3.5+ installed
  • Setup and activate a virtual environment
  • Run pip install -r requirements.txt
  • Start redis by running redis-server
  • Run python app.py

Open your browser and navigate to localhost:5001. You should see the running app "hello world" page.

Testing

Follow the setup steps, then run: pytest tests

About

A toy Flask app using the Flask-Injector dependency injection framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages