- Clone the repository into your projects directory.
- Run
pip3 install -r requirements.txtto ensure that you have all required Python packages installed. - Run the server code using
flask run.
Part 1: Write a data model for the Post resource.
Part 2: Complete the following challenges:
app.py(for home and detail routes)templates/index.htmltemplates/detail.html
Part 3: Complete the following challenges:
static/index.jsapp.py(for vote route)