dhiraj-01 / Blogging-System

Blogging System in MEAN stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blogging-System

Content

Features

  • login / register.
  • show list of blogs.
  • search blogs based on author, title, published date.
  • provide crud operations, create, edit, update, delete blogs.
  • markdown syntax for blog content using ngx-markdown

Installtion

git clone https://github.com/Dhiraj-01/Blogging-System.git 
(or manually download this project)

cd backend
npm install

cd frontend
npm install

How to Run ?

  • you can directly double click on run.bat (windows only) file. or follow this stpes.
cd backend
node index.js
   
cd frontend
ng serve -o

Screenshots

Home home

About about

Contact contact

Login login

Register register

Archive blogs archive

search archive

blog view archive

blogs create archive

blogs edit archive

About

Blogging System in MEAN stack.


Languages

Language:TypeScript 52.7%Language:HTML 29.6%Language:JavaScript 13.2%Language:CSS 4.1%Language:Batchfile 0.3%