Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.25 KB

Readme.md

File metadata and controls

59 lines (37 loc) · 1.25 KB

Find a vegetal alternative to animal food products. Based on Open Food Facts data and Django.

Vegalt-Django

This project is the follower of https://github.com/MaevaBrunelles/vegalt (OC-P5). So, what's new ?

  • Based on Django
  • Online application
  • Account creation

Vegalt-Django is currently available in French 🇫🇷.

Utilisation

Online application

Just click here : https://vegalt-oc.herokuapp.com/ and enjoy it !

From sources

Clone the project

git clone git://github.com/MaevaBrunelles/vegalt-django

Install librairies

Vegalt-Django needs external librairies to work, including of course :

  • Django - The Web framework for perfectionists with deadlines

You can easily install all of the required librairies with the following command :

$ python3 install -r requirements.txt

Launch the application

$ ./manage.py runserver

This will launch Django server. You can visit localhost at https://127.0.0.1:8000/, and enjoy it !

Examples of available products

You can currently search alternatives for thoses products :

  • Steak 🇫🇷
  • Lait 🇫🇷
  • Yaourt 🇫🇷
  • Crème 🇫🇷
  • Saucisse 🇫🇷
  • Jambon 🇫🇷
  • Viande 🇫🇷

To be complete...