/simple-blog

Simple Blog for practicing the MERN, it might become complicated later on.

Primary LanguageJavaScript

Simple Blog

Simple Blog for practicing the MERN, it might become complicated later on.

Prerequisites:
Mongo db must be installed on desktop. Name of database which will be created is 'blog-db', change it before using so that it don't conflict with any other db with the same name.

Commands:

To install dependencies:
1. cd simple-blog && npm install
2. cd .. (Get back to original folder)
3. cd client && npm install

To Run Project:
- To run server only -> 'npm run server'
- To run client only -> 'npm run client'
- To run both at same times -> 'npm run dev'