Skip to content

estellechvl/pourqoi

Repository files navigation

Pourqoi

Pourqoi is a web application that that stores recipes and allows users to generate menus based on their preferences. The application is built using React and TypeScript for the frontend and Express for the back end. The application uses a SQLite database to store recipes.

Running the application

In both the back-end (./server) and the frontend (./) directories, run:

npm start

The frontend runs on http://localhost:3000
The backend runs on http://localhost:4000