Skip to content
This repository was archived by the owner on Nov 4, 2019. It is now read-only.

commoncode/hinoki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting up & running

See also Installing required development tools

git clone git@github.com:commoncode/hinoki.git  # Get a copy of the code
cd hinoki
virtualenv env                                  # Create our virtualenv
. env/bin/activate                              # Turn it on
pip install -r requirements.txt                 # Install our python libraries
./manage.py migrate                             # Prepare the database
./manage.py runserver                           # Start the django server

🚀

About

Sushi ordering app for our favourite sushi place, Hinoki!

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages