An Reactjs application which stores our error which are came across during any project or internship.It is deployed in netlify click on memories
After cloning go to memories/client/ and open any CLI and type npm install, it will download all the dependencies.
After downloading node modules in this path, on the CLI type npm start.
After that go back to root folder and go to memories/server/ and open CLI and type npm install, it will download all the dependencies.
After downloading node modules in this path, on the CLI type nodemon start or node index.js.
It will open a page on localhost:3000 on your default browser and now you are ready to go!.
And our backend will start on localhost:5500.