Skip to content

earlbread/simple-multi-user-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Multi User Blog

This is the third project of Full Stack Web Develper Nanodegree by Udacity.

Users can sign up, login/logout and write, edit, delete their post and comment.

You can check live version of this project here.

Getting started

To get started with the app, you need to install Python and Google App Engin SDK. If you've already installed them, clone the repo and run the project using dev_appserver.py.

$ git clone https://github.com/earlbread/simple-multi-user-blog
$ cd simple-multi-user-blog
$ dev_appserver.py .

You can change secret key for cookie value by setting SECRET environment variable.

$ export SECRET='secret'

Used skills

Languages

  • HTML / CSS
  • JavaScript
  • Python

Frameworks

About

Project 3: Multi User Blog - Full Stack Nano Degree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published