Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 276 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 276 Bytes

What?

Python + Flask implementation of todobackend.com

Prerequisites

  • Python 3.6
  • pipenv

Running

Install required modules

pipenv install

Run the application

make run

Run the tests

  1. Run the app
  2. make test