A simple recipe sharing website built using the django framework.
Quick start
- pip install django
- clone this repositary
- run manage.py syncdb from the root of this repositary and follow terminal instructions
- run manage.py runserver
- view the project on: 127.0.0.1:8000/all