GithubHelp home page GithubHelp logo

multi_user_blog's Introduction

Multi User Blog

Overview

This Multi User blog allows the following:

  • A person to register as a valid user
  • Write posts once registered as a user
  • Edit and Delete posts created by the user
  • Read and comment on all posts by all users
  • Like posts not created by the user

Installation

  1. To install the blog, please download all the contents of the git repository into one directory.
  2. Then, create your own config.py file with the following steps:
    • Go to your project folder and create a file called config.py. You can do this on terminal or command line by pointing to your project folder and typing touch config.py
    • Open config.py in your favorite text editor
    • Type in the following: secret = "MY_SECRET"
    • Save and close this file. This will create your secret phrase for hashing secure information.
  3. Run a dev server locally using the command in terminal dev_appserver.py app.yaml
  4. Then go to the server specified in your terminal and append /blog. This is typically http://localhost:8080/blog
  5. If you'd like to access the live version, please go to Deep's Blog

multi_user_blog's People

Contributors

deepanjan1 avatar

Watchers

James Cloos avatar  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.