Blogs API in Nodejs
This project uses MongoDB as database. please install mongodb server in local environment.
Clone the project
git clone https://github.com/muhammadashfaq/BlogsAPIs.gitGo to the project directory
cd project-directoryInstall dependencies
npm installStart the server
npm start