The Multi-User Blog is a project I built (along the lines of Medium) where users can sign in and post blog posts as well as 'Like' and 'Comment' on other posts made on the blog. The app is hosted on Google App Engine. All users were granted privileged access via an authentication system. The live site can be visited here: barely-speaking.appspot.com
Make sure you have Google app engine installed
- Clone the repository on your laptop
- cd into udacity-full-stack/Multi User Blog/Multi User Blog/
- spin up the server command
dev_appserver.py app.yaml
- Go to your browser and type
http://localhost:8080
- Used Boostrap and CKEditor
- Custom styles throush index.css
- Python
- WebApp2 (Google appengine sdk)
- Google Datastore