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

https://github.com/mafixdeveloping/foodchooser

A web application for randomized cooking ideas.
https://github.com/mafixdeveloping/foodchooser

flask food html jinja python random raspberry-pi raspberrypi student student-managed

Last synced: 10 months ago
JSON representation

A web application for randomized cooking ideas.

Awesome Lists containing this project

README

          

# FoodChooser
A web application for randomized cooking ideas.

## Installing (Linux recommended)
- Install Python 3
```
sudo apt-get update
sudo apt-get install python3
```
- Creating and activating the virtual environment
```
python3 -m venv venv
source venv/bin/activate
```
- Install the modules
```
pip install -r requirements.txt
```
- Launch the software
```
gunicorn -w 4 -b 0.0.0.0:5000 main:app
```

© Copyrights 2025 by Mafixdeveloping