Skip to content

Final project of CS50 using Python, HTML, CSS, JavaScript, and SQL to build a food blog website.

Notifications You must be signed in to change notification settings

mengx520/weeathappyfood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Project For CS50

This is the final project of CS50 to practice using Python, HTML, CSS, JavaScript, and SQL to make a website. The website will be a food blog. It will allow a user to log in and post articles.

Content of the blog

  • Homepage
  • About
  • Recipes
    • Breakfast
    • Dinner
    • Healthy Snacks

Blog design

this is the blog design png

Development setup

  1. Initialize and activate a virtualenv using:
python -m venv venv
source/bin/activate
  1. Install the dependencies:
pip install -r requirements.txt
  1. Run the development server:
./run.sh

About

Final project of CS50 using Python, HTML, CSS, JavaScript, and SQL to build a food blog website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published