Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 559 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 559 Bytes

YUMMY RECIPES APP

This is a small full stack application project that enables users to create accounts, create recipes and view different recipes fronm the public.

Add your MONGO_URI to the .env file in the backend then run the following commands:

# cd backend
npm install
node app.js

Then go back to the main directory and run these commands:

# cd yummy-app2
npm install
npm run dev

Usage

Open the app in your browser at

Create an account or log in if you already have one

Create a recipe or view public recipes

Enjoy the app!