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.
In both the back-end (./server) and the frontend (./) directories, run:
The frontend runs on http://localhost:3000
The backend runs on http://localhost:4000