Instruction:
-
Clone the repository: https://github.com/commento/P2-blog
-
Install Google App Engine Standard Environment for Python 2.7. Follow the instruction at the link: https://cloud.google.com/appengine/docs/standard/python/
-
Open terminal and go to the project folder.
-
Type command dev_appserver.py app.yaml to run the project.
-
Open browser and go to localhost:8080.
files:
- main.py : Page Handlers
- models.py : Databases Handlers and User Authentication/Authorization methods
template html:
- index.html : /signup
- login.html : /login
- logout.html : /logout
- blog.html : /blog
- newpost.html : /blog/newpost
- editpost.html : /blog/edit
- deletepost.html : /blog/delete
- post.html : /blog/(post_id)
The app is implemented in main.py file and it is reacheable from the url: https://p2-udacity.appspot.com/