Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.23 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.23 KB

Multi user blog

Description

Multi User Blog is a web application, which allows users to do mainly the following:

  • Browse blog posts,
  • Post new blog posts, edit and delete their own blog posts
  • Comment on blog posts, edit and delete their own comments
  • Like / unlike blog posts of other users

Getting started

To see the website in your browser

Go to https://multi-user-blog-145719.appspot.com/

To deploy it locally

Libraries used

The website is built using the python standard environment of google app engine. Webapp2 is the framework used for this project.

Additionnal libraries and ressources used include:

Copyright

This project is part of the udacity full stack web developper nano degree (https://www.udacity.com/course/full-stack-web-developer-nanodegree--nd004).

It is not licensed.