https://mernappiamgs.herokuapp.com/
It is a simple app but my first full stack app. Before it, I was involved in front-end but in this project I learned about back-end as well. I made MongoDB atlas account and connected database to my server. Though, it is a very simple app but by this I learned how to a full stack app works.
- MongoDB
- Express
- React
- Node
I used reactStrap which was very new to me, it was fun working on this project as a whole.
- Clone it {By downloading zip file or by command git clone https://github.com/GauravSingh9356/MERN-ShoppingList.git }
- npm install {To install the dependencies in your system mentioned in package.json}
- Set up your MongoDB uri
- npm run dev {to run server side and client side concurrently. I have installed concurrently for this, see package.json for clear picture}
- Ready!!