Zenomodiff / Random-Food-Names-API

Get Random Food Names With Api Call ๐Ÿ•๐Ÿœ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Food Names API ๐Ÿ—๐Ÿ”๐Ÿ•๐Ÿœ

  • An API that will return random Food Names ๐Ÿก๐Ÿฅง๐ŸŽ‚๐ŸŒฎ
  • Dedicated To All Food Lovers โค๏ธ

Usage:

This project is hosted by Heroku with with sreeramaj53@gmail.com

Rebuild the project:

  • Clone the repo.
  • Run python -m venv .env to create a virtual environment.
  • Run source .env/bin/activate to activate the virtual environment.
  • Run pip install requirements.txt.
  • Run python app.py.
  • App starts at http://localhost:5000 by default, but can be configured with a .env file.

Example:

[
  {
    "Food_Name": "Mutton Soup"
  }
]
[
  {
    "Food_Name": "Gobi Munchuriyan"
  }, 
  {
    "Food_Name": "Chicken fingers"
  }
]

Feedback

If you have any feedback, please reach out to me at sreeramaj53@gmail.com

About

Get Random Food Names With Api Call ๐Ÿ•๐Ÿœ

License:GNU General Public License v3.0


Languages

Language:Python 98.8%Language:Procfile 1.2%