Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 316 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 316 Bytes

RecipeWebsite

A simple recipe sharing website built using the django framework.

Quick start

  1. pip install django
  2. clone this repositary
  3. run manage.py syncdb from the root of this repositary and follow terminal instructions
  4. run manage.py runserver
  5. view the project on: 127.0.0.1:8000/all