🌈 A Note store app made using React, Redux, Redux-thunk, ExpressJS, MongoDB and Styled Components ...
🌈 Please follow below step to run the project into your localserver
🟢 cd Note-Store
🟢 cd server/client
🟢 yarn install
🟢 cd ..
🟢 cd server
🟢 yarn install
🟢 yarn start && yarn --cwd ./client start
📌 Use your own mongodb altas url to use this app.
📌 Create a database named noteStore
inside mongo atlas cluster.
📌 Create a .env
file inside server
folder.
then add the following line:
DB=<your mongo altas url>
.