Skip to content

Django back end service for tinyfood.org

Notifications You must be signed in to change notification settings

tinyfood/tinyfood-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Food Django Backend

Provides a simple wrapper around some data models to provide support for the tinyfood.org project.

requires python3

to get started

if using pyenv

pyenv install 3.7.3
pyenv virtualenv 3.7.3 tinyfood
pyenv activate tinyfood
git clone https://github.com/amites/tinyfood-backend.git
cd tinyfood-backend
pip isntall -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
# follow prompts
python manage.py runserver 0.0.0.0:8000

visit

http://localhost:8000/admin

sign-in with your created credentials

supported uris

  • /tinyfood/json_index

About

Django back end service for tinyfood.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%