moeraza / blog-app

A web app to write, edit, update and delete blog posts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Modern Blog App

A modern UI web app to write, edit, update and delete blog posts.

Video of blog app

What I Learnt

  • Configuring a Google Cloud Platform Compute Engine to deploy a MEAN stack app
  • SemanticUI framework for design purposes
  • Using Express with several npm dependencies to deploy a Node.JS app
  • Prevent attempts to attack website using a sanitizer to clean code before user can enter it in to system
  • Build data presistence with mongoDB
  • The 7 RESTful Routes (Index: GET, New: GET, Create: POST, Show: GET, Edit: GET, Update: PUT, Destroy: DELETE)

About

A web app to write, edit, update and delete blog posts.


Languages

Language:HTML 57.1%Language:JavaScript 41.5%Language:CSS 1.4%