Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 465 Bytes

tdd-project

Goal

Reproduce a software development session using TDD (Test-Driven Development), based on the book Test-Driven Development with Python, by following these instructions.

Application to be developed

Site to list tasks to do, i.e., a TODO list.

How to use the app in your local machine

Clone the repository and execute the following command:

python manage.py runserver