Skip to content

dhiraj-01/Blogging-System

Repository files navigation

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