Blog post web app to share your post to everyone
- you must install nodejs in your system
- Terminal or gitbash for windows
- mongodb server
- first you must clone the project using git
git clone https://github.com/moayadalsariya/blog_project.git
- Then cd to blog_project
cd blog_project
install dependencies using npm install
npm install
Start mongodb server
run the program
npm run start