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.
- Homepage
- About
- Recipes
- Breakfast
- Dinner
- Healthy Snacks
- Initialize and activate a virtualenv using:
python -m venv venv
source/bin/activate
- Install the dependencies:
pip install -r requirements.txt
- Run the development server:
./run.sh