pvtuan10 / BrewCenterAPI

An open source api for managing homebrewing related data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BrewCenterAPI

Installation

Install the requirements using pip.

pip install -r requirements.txt

Then, copy brewcenter_api/example.settings.py to brewcenter_api/settings.py and modify to your needs.

To create your database, execute the followng command:

python manage.py migrate

To update your data by mining known sources, execute the followng command:

python manage.py updatedata

To run the app, execute the followng command:

python manage.py runserver

About

An open source api for managing homebrewing related data.

License:GNU General Public License v3.0


Languages

Language:Python 98.7%Language:HTML 1.3%