Skip to content

A Simple Blog website creating using MongoDB and NodeJS, which stores the content of the blogs as markdown.

Notifications You must be signed in to change notification settings

Anish-U/Markdown-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Blog

About

A Simple Blog website creating using MongoDB and NodeJS, which stores the content of the blogs as markdown.


Usage

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

Built Using

  • 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 !

About

A Simple Blog website creating using MongoDB and NodeJS, which stores the content of the blogs as markdown.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published