A recipe manager built with ReactJS and Flask
git clone https://github.com/Lanseuo/sweetPotato
cd sweetPotato
pip install -r requirements.txt
python3 run.py build
run sweetPotato for development
python3 run.py
install sweetPotato permanentely (on a server)
cd sweetPotato
. venv/bin/activate
git pull
python3 run.py build
on a server you have to restart supervisor too
supervisorctl restart sweetpotato
- Flask - web framework
- Flask-RESTful - support for quickly building REST APIs
- Flask-SQLAlchemy - database toolkit
- ReactJS - library for building user interfaces
- axios - HTTP client
- Radium - tool to manage inline styles
Lucas Hild - https://lucas-hild.de
This project is licensed under the MIT License - see the LICENSE file for details