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