Skip to content

This is a blog app built with the Google App Engine. Users are able to create, read, update, or delete based on their login status.

Notifications You must be signed in to change notification settings

tomrhoads/Multi-User-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. Introduction
  2. Requirements
  3. Running
  4. Configuration

INTRODUCTION

This program is a blog app designed for multiple users. Each logged in user can create, edit, delete, comment, and like posts depending on access. A logged in user can change or delete their own posts and 'like' other user's posts.

REQUIREMENTS

To run this program, you will need to install the following:

Google App Engine Python 2.7 Jinja 2 Google Chrome web browser

RUNNING

Live version running at https://multi-user-blog-209320.appspot.com/blog

Running Locally:

-Install Python 2.7- https://www.python.org/downloads/ -Install Google App Engine SDK for Python- https://cloud.google.com/appengine/downloads -Run Google App Engine -Copy project zip folder -In the Google App Engine Launcher "Add Existing Application" -Pick the project's folder location and click "Add" -While project is highlighted, click "Run" -In Google Chrome's address bar type localhost://(port number)/blog

CONFIGURATION

There is nothing modifiable about this program.

About

This is a blog app built with the Google App Engine. Users are able to create, read, update, or delete based on their login status.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published