A Basic multi user blog, using Jinja templates and google appengine framework
Website: https://multiuserblog-178514.appspot.com/blog
Instructions to run the blog locally-:
- Install Python version 2.7: https://www.python.org/downloads/
- Install and initialize Google Cloud SDK: https://cloud.google.com/sdk/docs/
- Install appengine extension by running the below command in terminal/CMD "gcloud components install app-engine-python"
- Now in the CMD/Terminal go to the folder /MultiUserBlog-master/Basic Blog Project and run the below CMD-: python dev_appserver.py .
Refrences -: Used a reference CSS template from templated.co