Developing a Blogging (Education) Application using Angular 8.

Image Souce Pexels.com

Live Demo:  Angular-Bloggin-App

Github Link: https://github.com/mehulk05/Angular-Blogging-App

This project was generated with  Angular CLI version 8.1.1.

Getting Started

In this blog , we will build a simple blog CMS that can add, edit, delete and view blog posts and categories. So, there are two entities or models that required for this simple blog CMS. There only authenticated users that can access this CMS. After user login, the user can do CRUD (create, read, update, delete) operation on post and category models.

Let’s get started by cloning the source code from the first part of the tutorial series.

git clone https://github.com/mehulk05/Angular-Blogging-App.git

Functionalities

  1. User Registration using Firebase Authentication (using Email/Password | Google Authentication )
  2. CRUD Operations like
  • Users can add a blog to his List.
  • Admin can add Blog to the Blog list
  • Admin can edit/delete the Blog.

3. Security

  • Implemented Authentication and Authorization

#firebase #blog #blogging #angular #javascript

How to Build Blog App using Angular 8
39.50 GEEK