Skip to content

alexis-renard/eatMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THE EATME PROJECT

1. About the idea

EatMe is the idea of 3 IT students, who had to create an API REST in their cursus. What about a dating website around food ? What about meeting people with all the plates you like or cook ?

Developped by :

  • Raphael Lepiller
  • Clement Gaal
  • Alexis Renard

2. Run the app

In order to run our application in your localhost, please follow

Create your virtual environnement :

virtualenv -p python3 venv

Activate your virtual environnement :

source venv/bin/activate

Install all requirements :

pip install -r requirements.txt

Load the data base (yeah it's quit long) :

python manage.py loaddb project/static/yml/user.yml project/static/yml/town.yml project/static/yml/country.yml project/static/yml/food.yml project/static/yml/category.yml project/static/yml/class_db.yml

Then run the app :

python manage.py runserver

Now you can go to your localhost

Eating has never been so fun - EatMe Project


Feel free to fork !

About

What about a Tinder based on food ?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published