This is a Multi-User blog project following the Project Rubric.
- Install Python.
- Install Google App Engine SDK.
- Sign Up for a Google App Engine Account.
- Create a new project in Google’s Developer Console using a unique name.
- Follow the App Engine Quickstart to get a sample app up and running.
- Clone this project to your gcloud (https://github.com/YuhanLin1105/Multi-User-Blog.git).
- Deploy this project with gcloud app deploy.
- View this project at unique-name.appspot.com.
- You should see the "Multi-User Blog" like this.
- When developing locally, you can use dev_appserver.py to run a copy of your app on your own computer, and access it at http://localhost:8080/.
The content of this repository is licensed under a MIT License.