Skip to content

Recipe Ready is a perfect Full MERN Stack Application that allows creating, saving recipes, taking care of authentication, and data storage/retrieval

Notifications You must be signed in to change notification settings

0xJaskeerat/Recipe-Ready

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recipe-Ready

Screenshot 2023-08-05 at 11 35 35 PM

Recipe Ready 🍕

Recipe Ready is a perfect Full MERN Stack Application. It provides the following features :

  • Login and Signup with data persistence in case of tab switch or minimize
  • Create New Recipes
  • Save the Recipes
  • Since its a community focussed application, the recipes created by a user are visible to other users as well and they can save other user's recipes as well
  • Each user data is stored in a resilient MongoDB Atlas Database.

Technologies used :

React.js Node.js Express.js MongoDB

🏍 To use, view or run the code :


  • Clone / Download :
git clone https://github.com/your_username_/Project-Name.git
  • Open the project in your favorite code editor and in both the client and server directory, do this :
npm install
  • In the server directory, create a new .env file and add following environment variables :
MONGO_URI: your_mongodb_connection_string
PORT: Port of your choice ( eg: 4000 )

✍ Contributing :

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  • Fork the Project
  • Create your new Branch git checkout -b NewBranchName
  • Commit your Changes git commit -m " Description of contribution you made "
  • Push to the Branch git push origin NewBranchName
  • Open a Pull Request

About

Recipe Ready is a perfect Full MERN Stack Application that allows creating, saving recipes, taking care of authentication, and data storage/retrieval

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published