A simple blog application built using the MERN stack. Contains both client and server side application code.
To run the server side code first,
cd api
Install all packages and dependencies
npm i
Run the server
npm run dev
To run the client side code first,
cd client
Install all packages and dependencies
npm i
Run the client
npm run dev