This project is a Recipe App that allows users to browse, like, and manage recipes. It includes a backend server and a frontend React application.
Follow these instructions to set up and run the project on your local machine.
- Node.js
- npm (Node Package Manager)
- sqlite3
-
Clone the repository:
git clone https://github.com/Promess02/Tastify.git cd Tastify
-
Install all packages:
cd backend npm i . cd ../middleware npm i . cd ../recipe-app npm i .
-
Running the backend server:
cd backend node server.js
-
Running the frontend app:
cd recipe-app npm start
-
Running the database (optional):
sqlite3 recipeApp.db