sonnenfeld269 / multi-user-blog

A backend webapplication with a secure authentication system and where users can post, delete and update their blog posts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi User Blog

Introduction

This is a multi user blog where users can sign in and post blog posts as well as 'Like' and 'Comment' on other posts made on the blog. It is hosted on Google App Engine and includes an authentication system for users to be able to register and sign in and then create blog posts!

Documentation

To read more about the concept and details of the implementation visit Concept.md.

Requirements

  • Python: Make sure you have python installed. Use can use folowing command: python --version
  • Google App Engine SDK
  • Browser: Make sure you have a browser installed

Installation

  1. Clone the github project with git clone https://github.com/sonnenfeld269/multi-user-blog.git
  2. Go inside the folder with cd multi-user-blog
  3. Start the programm by running dev_appserver.py app.yaml

Live version

To see a live implementation of the blog just visit https://multi-user-blog-153022.appspot.com.

About

A backend webapplication with a secure authentication system and where users can post, delete and update their blog posts.


Languages

Language:Python 63.9%Language:HTML 28.7%Language:CSS 6.5%Language:JavaScript 0.9%