A Simple Blog website creating using MongoDB and NodeJS, which stores the content of the blogs as markdown.
To use the project:
Firstly we need to download the project or clone the project
git clone git@github.com:Anish-U/Markdown-Blog.git
Next, we need to install all the dependencies
npm install
Then to run the project.
npm run devStart (or) node index.js
This will run your project at http://localhost:3000
- Node.js - Node.js, an asynchronous event-driven JavaScript runtime.
- Marked - Marked low-level compiler for parsing markdown without caching or blocking for long periods of time.
- DOMPurify - DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML.
- method-override - Method-override is used to use HTTP verbs such as PUT or DELETE in places where the client doesn't support it.
- slugify - Slugify converts a string to URL-friendly slug.
😄 Developed with the help of tutorial by WebDevSimplified !