Skip to content

Make-School-Labs/make-reddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make Reddit

Instructions

  1. Clone the repository into your projects directory.
  2. Run pip3 install -r requirements.txt to ensure that you have all required Python packages installed.
  3. Run the server code using flask run.

Challenges

Part 1: Write a data model for the Post resource.

Part 2: Complete the following challenges:

  1. app.py (for home and detail routes)
  2. templates/index.html
  3. templates/detail.html

Part 3: Complete the following challenges:

  1. static/index.js
  2. app.py (for vote route)

About

Reddit clone used for intensive workshop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published