Ever wanted a place where you can just write down anything that is on your mind? Ever wanted to read what is on other people's mind? Now you can. Here people are able to register or login. Don't want to register, you still will be able to read any post others have written. But only members of the blog can create, edit, delete their own posts/comments.
- blog.py
- index.yaml
- app.js
- app.yaml
- static(folder)
- js(folder)
- event.js
- main.css
- js(folder)
- templates(folder)
- DeletePost.html
- post.html
- commentview.html
- commentpage.html
- comment_link.html
- commentdelete.html
- comment.html
- commentedit.html
- base.html
- jquery-3.1.1.js
- front.html
- welcome.html
- MainPage.html
- signup-form.html
- login-form.html
- EditPage.html
- newpost.html
- permalink.html
- Web Browser
- google account to have acess to gcloud
- Gcloud SDK
- Following link below will help with all installaing process of gcloud
##Instructions
There are to ways to open project. 1. Simply visit the current live version of the app at * https://blog-160619.appspot.com/
2. To run a version of the blog from your local server then you need following:
A. Need to make sure you have registered for google account if not please register for one. B. Need to be able to create an App Engine Project from * https://console.cloud.google.com/ C. Download project from 1. Terminal type gitclone https://github.com/jfinest/multi-blog.git 2. or from * https://github.com/jfinest/multi-blog.git select download D. From Terminal/Command line change into the Directory where the project’s file are located. E. Run command gcloud dev_appserver.py . F. Now go to localhost://8080 to view app
For a detailed instructions please follow https://drive.google.com/file/d/0Byu3UemwRffDc21qd3duLW9LMm8/view
- Part of the CSS style were taken from https://radiant-hamlet-1763.herokuapp.com/, and some button style were taken from bootstrap.
- Some Handlers, template codes from udacity lessons