Skip to content

wacevedo/Multi-User-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MULTI USER BLOG PROJECT

TABLE OF CONTENTS

FEATURES

This Blog include the following features:

  • Front page that lists blog posts.
  • A form to submit new entries.
  • Users can edit/delete their posts
  • Blog posts have their own page.
  • A user registration form
  • User login/logout functionality
  • Users can like/unlike posts
  • Users can comment on posts

SETUP

  • Download python 2.7.12 or later Python
  • Download and install Google App Engine SDK for python Google App Engine
  • Sign up for a Google App Engine Account Google Account
  • Create a new project in Google's Developer Console
  • From within Multi-User-Blog directory, start the local development server with the following command: dev_appserver.py .
  • Visit http://localhost:8080 in your browser to view the app
  • To deploy your app to App Engine, run the following command from within the root directory of your application where the app.yaml file is located: gcloud app deploy Optional flags: Include the --project flag to specify an alternate Cloud Platform Console project ID to what you initialized as the default in the gcloud tool. Example: --project [YOUR_PROJECT_ID] Include the -v flag to specify a version ID, otherwise one is generated for you. Example: -v [YOUR_VERSION_ID]
  • To launch your browser and view the app at http://[YOUR_PROJECT_ID].appspot.com, run the following command: gcloud app browse

CREATOR

Willson Acevedo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published