Iteration 4 Plan - JiratchayaPhinyodom/ku-polls GitHub Wiki

Goal

The objective of this iteration is to produce an app that others can install and run. After Iteration 3, KU Polls has useful functionality, even though not everything in the Vision Statement has been implemented.

Features

  1. Create data fixtures for the users and poll data, so an installer can recreate the database and your polls using any database.
  2. Remove the database from git
  3. Run your app in a virtual environment. You need to test this carefully.
  4. Write instructions for someone to install my app from Github.
  5. Add “How to Run” instructions that include using the virtual env. This is separate from Installation (done only once).
  6. Code cleanup: use flake8 to find coding issues and unused imports. Fix them.

Acceptance Criteria

Done!!!

Retrospective Summary

I learn about .evn environment and add instructions in README.