Blog application using MERN Stack
Following Udemy's coursework
First install all dependencies
npm i
You should use two terminals : one for the front ('/client') and one for the back ('/api').
Change directories (cd) to the corrects folders and start both servers.
npm run dev