Skip to content

An open source api for managing homebrewing related data.

License

Notifications You must be signed in to change notification settings

StrawHatDrag0n/BrewCenterAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Create your database:

python manage.py migrate

Update your data by mining known sources:

python manage.py updatedata

Run the app:

python manage.py runserver

About

An open source api for managing homebrewing related data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • HTML 1.3%