Intro :
Google app engine project in Udacity Full Stack Nanodegree. A Website where users can write posts in the blog and allow comments and likes.
Install :
Inside the folder run the following :
dev_appserver.py app.yaml
Simple :
-
signup
localhost:8080/signup
-
create post
localhost:8080/blog/newpost
-
view posts
localhost:8080/blog
-
edit post
localhost:8080/edit/(POST_ID)
-
delete post
localhost:8080/delete/(POST_ID)