Git Product home page Git Product logo

multi-user-blog's Introduction

Multi User Blog

https://multiuserblogudacity.appspot.com/

The main technologies used in this project are Google App Engine, Jinja and Python.

Requirements for local deployment

  • Google App Engine SDK
  • Python 2.7

To run it locally:

Project description

This is a blog project. User is directed to login, logout, and signup pages as appropriate. E.g., login page has a link to signup page and vice-versa; logout page is only available to logged in user. Links to edit blog pages are available to users. Users editing a page can click on a link to cancel the edit and go back to viewing that page. Blog pages render properly. Templates are used to unify the site.

Users are able to create accounts, login, and logout correctly.Existing users can revisit the site and log back in without having to recreate their accounts each time. Usernames are unique. Attempting to create a duplicate user results in an error message.Stored passwords are hashed. Passwords are appropriately checked during login. User cookie is set securely.

Logged out users are redirected to the login page when attempting to create, edit, delete, or like a blog post.Logged in users can create, edit, or delete blog posts they themselves have created. Users should only be able to like posts once and should not be able to like their own post.Only signed in users can post comments. Users can only edit and delete comments they themselves have made.

multi-user-blog's People

Contributors

daikikuchi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.