Skip to content

JuanSilva2000/PAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food Recipes

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

Technologies used:

  • Express
  • Node
  • React

API used:

Developers:

Steps to run the proyect

  1. Clone the Repository with:
    git clone https://github.com/JuanSilva2000/PAM.git
  1. Install the dependecies used to the backend:
    npm install
  1. Run the backend:
    npm run dev
  1. Open a new terminal and move to frotend file and install its dependecies
    cd frontend  
    npm install
  1. Run the frontend and open in the browser the localhost in the given port:
    npm run dev

Browser result

Login

Register

Main Page

Favorite Page

View of a Recipe

Assitant AI:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published