The following project consists of a food recipe search engine, where the user can type in a recipe and thanks to an external api, be able to find it and get the process to make it, we also have implemented an Assistant using an API of Open AI which you may answer him whatever questions you have realted with an specifict recipe you are viewing
- Express
- Node
- React
- Clone the Repository with:
git clone https://github.com/JuanSilva2000/PAM.git
- Install the dependecies used to the backend:
npm install
- Run the backend:
npm run dev
- Open a new terminal and move to frotend file and install its dependecies
cd frontend
npm install
- Run the frontend and open in the browser the localhost in the given port:
npm run dev