You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Thomas L 80b6fd3cf0
make ui fancy
3 years ago
frontend/vue_dl6tom make ui fancy 3 years ago
pizzatool serve frontend 3 years ago
.editorconfig simple REST API to manage ingredients 3 years ago
.gitignore create REST API from model 3 years ago
README.md serve frontend 3 years ago
setup.py add version requirement for python interpreter 3 years ago

README.md

Pizzatool

# create virtualenv
virtualenv-3 venv
# activate virtualenv
. venv/bin/activate
# install pizzatool
pip install .
# run pizzatool with frontend in frontend/<myfrontend>/dist
pizzatool frontend/<myfrontend>/dist

Frontend Showdown

For the showdown create your frontend somewhere in frontend/<myfrontend>. Running pizzatool frontend/<myfrontend>/dist will serve frontend/<myfrontend>/dist at http://localhost:8000/ and the REST API at http://localhost:8000/api. You can inspect and test the API in http://localhost:8000/api/docs. Happy Hacking!