Skip to content

A web application for users to create blog posts, read, like or comment on others' posts.

Notifications You must be signed in to change notification settings

yijiaow/multi-user-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi-user-blog

Multi User Blog for Udacity's Full Stack Web Developer Nanodegree

This is a multi-user-blog where: Users can register, create blog posts and comments, edit/delete their own posts/comments, like other people's posts.

This project is deployed at https://zeta-bonsai-168512.appspot.com/

Features

Registration Login Logout Create Post Edit Post Delete Post Like/Unlike Post (real-time, AJAX driven) Post Comments (real-time, AJAX driven) Edit Comments (real-time, AJAX driven) Delete Comments (real-time, AJAX driven)

Run locally

Download this git repo or clone in your terminal by running: git clone https://github.com/yijiaow/multi-user-blog.git Go to project directory and run dev_appserver.py . (this directory must include app.yaml file)

References

Udacity Fullstack Nanodegree course materials Udacity Fullstack Nanodegree forum jQuery Documentation jinja2 Documentation Stack Overflow

About

A web application for users to create blog posts, read, like or comment on others' posts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published