/cookbook

Recipe sharing website

Primary LanguageHTML

Ryōrisho

A recipe sharing site - a side project of mine combining several of my hobbies.

Project dependencies

  • virtualenv
  • Python 3.5

Getting started

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver