Table of Contents
- Introduction
- Requirements
- Running
- 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.