Web application that provides recipe recommendations based on available ingredients and a user’s preferences
Requirements: Node
Step 1: Clone the repo to a folder of your choice.
Step 2: Change directory to the client folder and install npm packages by running these commands:
cd client
npm i
Step 3: Change directory to the server folder and install npm packages by running these commands:
cd ../server
npm i
Step x: Request .env file from project owners. Place in the root directory of the project.
Step 1: Change directory to the client folder and run:
npm start
Step 2: Change directory to the server folder and run:
npm run start