https://github.com/noahgift/flask-random-fruit
A flask microservice for generating random fruit!
https://github.com/noahgift/flask-random-fruit
Last synced: 8 months ago
JSON representation
A flask microservice for generating random fruit!
- Host: GitHub
- URL: https://github.com/noahgift/flask-random-fruit
- Owner: noahgift
- License: cc0-1.0
- Created: 2022-03-18T23:28:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-19T13:42:46.000Z (over 3 years ago)
- Last Synced: 2024-05-02T06:01:03.443Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 8
- Watchers: 3
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask-random-fruit
A flask microservice for generating random fruit!
Includes continuous integration.[](https://github.com/noahgift/flask-random-fruit/actions/workflows/main.yml)

* Create virtualenv: `virtualenv ~/.venv && source ~/.venv/bin/activate`
* Install: `make all`
* Run: `python app.py`