An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# flask-random-fruit
A flask microservice for generating random fruit!
Includes continuous integration.

[![Python 3.8](https://github.com/noahgift/flask-random-fruit/actions/workflows/main.yml/badge.svg)](https://github.com/noahgift/flask-random-fruit/actions/workflows/main.yml)

![noun-fruit-2995906-EC008C](https://user-images.githubusercontent.com/58792/159097075-0b56852e-b6ff-4708-8d27-9474e5d17be5.png)

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