/Blog-App

A simple blog app made using Mongodb, Express, Node. It is without authentication and fancy stuff.

Primary LanguageHTML

Blog-App

A simple blog app made using Mongodb, Express, Node. It does not use any sort of authentication.
I have created this app as part of my learning practice.

How to use

  1. Clone the repository to your desktop.
  2. Run npm install to install all the dependencies.
  3. Make sure you have mongo daemon running i.e. run ./mongod command.