tony-blake / MultiUserBlog3

Better version of MultiUserBlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiUserBlog3

Project can be viewed live at https://anothercatalog.appspot.com

Steps to get blog up and running

Install Python (https://www.python.org/downloads/) if necessary.

Install Google App Engine SDK (https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python

Sign Up for a Google App Engine Account (https://console.cloud.google.com/appengine/).

Create a new project in Google’s Developer Console (https://console.cloud.google.com/) using a unique name.

Clone this repo and cd into directory

To view project on local host (http://localhost:8080) run dev_appserver.py app.yaml

To deploy project on Google Cloud run gcloud app deploy app.yaml index.yaml

References

To address all the model refactoring issues and validation of posts amd comments issures I decided it would be best to start over again and to that end I followed closely the approach taken by davidhousedev's project. https://github.com/davidhousedev/Multi-User-Blog-Udacity

About

Better version of MultiUserBlog


Languages

Language:CSS 75.5%Language:Python 14.7%Language:HTML 9.2%Language:JavaScript 0.6%