This is a simple Blog which is served over NodeJS and MongoDB. This contains CRUD Operations.
- There Have No Authentication . A Simple Blog App.
- For Backend Side I used
NodeJS,ExpressJS,MongoDB,Body-Parser,Mongoose. - Bootsrap and Semantic-UI is used as CSS Framework
- Second Directory has exactly the same functionality as First Directory. But there Folders are differently Structured and this Supports
Markdown Languagesas Blog Article. Express-Sanitizeris used to prevent XSS.
- Clone this Repository
- Navigate to any Specific Directory
- Install all NodeJS dependencies
- Setup Environment variables. [Set up MongoDB]
- Run the Script
- Code Sample
>> git clone https://github.com/nil1729/node-crud-intro.git >> cd <Specific Directory> >> npm install >> npm start
Thank You 🙂