Skip to content

ha3/thepan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thepan

thepan is a web application that lets you search recipes by ingredients.

Installation

Start with activating virtualenv.

OS X & Linux:

$ python3.6 -m venv venv
$ . venv/bin/activate

Windows:

> python -m venv venv
> venv/Scripts/activate

Then, install dependencies and migrate.

pip install -r requirements.txt
python manage.py migrate

Usage

python manage.py runserver

License

GNU AGPLv3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published