This web project is about building, in a step-by-step fashion, a fully-functional blog that has user registration, submitting links, security, caching, and viewing everything together. The final product will be deployed online via Google App Engine.
- Python 2.7.14
- Jinja2 templating engine
- Google App Engine
- Any code/text editor (atom) or IDE (PyCharm) of your choice.
Google App Engine allows to build scalable web and mobile backends in any language on Google’s infrastructure.
In this project, we use the original local development App Engine SDK for Python.
The latest version - 1.9.74
- can be downloaded here.
In order to deploy the application online, you'll need to sign up for a google account, if you don't have one already.
Here's a video tutorial on how to install and use Google App Engine in creating and deploying applications.
Copyright (c) 2018 Udacity.
Copyright (c) 2018 Solange Umuhire Gasengayire.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.