Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.66 KB

README.md

File metadata and controls

60 lines (45 loc) · 1.66 KB

popote is released under the MIT license.

All your recipes, in one place.

  • 🍳 Create many recipes
  • 📒 Keep them organized for the long haul

A great alternative to bunch of index cards in a folder!

Let's start

🚧 As this project is early stage, it is not deployed yet. 🚧

Contributors


Domitille Dempuré

Lou-Yann Dehaine

Make a copy of the project

These instructions will get you a copy of the project up and running on your local machine, for development purposes.

Install dependencies

  • Install JS dependencies: yarn
  • Install Python 3.10 dependencies: pip install -r backend/requirements.txt

Launch popote

  • Run back-end (port 5000): yarn back:dev
  • Run front-end: yarn front:dev
  • Open popote: popote