Sample Blog App with Semantic ui and NodeJs
To get the project up and running, and view components in the browser, complete the following steps:
- Clone this repo
npm installto install all required dependencies- Install MongoDB Community Edition (instructions) and run it by executing mongod
npm startto start the local server- Open your browser and visit http://localhost:3000
- expressjs - The server for handling and routing HTTP requests
- mongoose - For modeling and mapping MongoDB data to javascript
- body-parser - Node.js body parsing middleware.
- ejs - To Embede JavaScript templates
- express-sanitizer - An express middleware for sanitazation
- method-override - Override HTTP verbs.


