Giter Club home page Giter Club logo

fullstack's Introduction

Multi User Blog

This is a Multiuser Blog app for the Google App Engine, written in python 2.7.

You can:

  • sign up for a new account
  • post somethnig new, as well as like and comment other users posts

Tech

The Mult User Blog runs on the Google App Engine.

Prequisites

A google account is required to make use of the cloud service / sdk.

Python 2.7x is required to run the included python files. If you do not already have python installed you can download and install directly from: https://www.python.org/downloads/

jinja2 is used as template engine, you can check it at the Python Package Index (PyPI) or directly at http://jinja.pocoo.org/. you can use PIP to install the package by typing

pip install Jinja2

GOOGLE APP ENGINE SDK If you do not already have the SDK installed you can download at https://cloud.google.com/appengine/docs/standard/python/download Please follow the instructions to properly set up and init the sdk on your machine, important:

gcloud components install app-engine-python-extras

Configuration

There is nothig much to configure in this version. However you should have a look at the main.py file and edit the salt value for the hashing function.

GOOGLE APP ENGINE

To deploy on the GAE you need an account at the GOOGLE APP ENGINE Head over to the cloud konsole then create a new project.

deploy to the cloud use the google sdk shell to switch to the project directory on your harddrive You can deploy to the by typing

gcloud app deploy

test locally use the google sdk shell to switch to the project directory on your harddrive

dev_appserver.py .

to run the app server in the current directory

Todos

  • adding one of the many editors to format a post properly
  • adding a module to better sanitize HTML / JavaScript inputs

fullstack's People

Contributors

foucaje avatar

Watchers

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