- It's a simple and beautiful website dedicated to bloggers.
- Technology stack : MEAN
- SRS document for Blogging System
- 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
- Install nodejs and angular cli
git clone https://github.com/Dhiraj-01/Blogging-System.git
(or manually download this project)
cd backend
npm install
cd frontend
npm install
- 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