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
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!