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.
- 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 )
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