/mernBlog

Udemy's coursework MERN stack

Primary LanguageJavaScript

BLOG Mern

Blog application using MERN Stack
Following Udemy's coursework

My Skills

Start the application

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