Skip to content

wclin/Multi-User-Blog

Repository files navigation

Multi User Blog

A multi user blog build on google app engine.

Where to visit?

Here

How to run?

First, enter some secret text into secret.txt
$ echo "SOME_SECRET" >> secret.txt
Then, running the local development server by
$ dev_appserver.py app.yaml
You can visit the application at this URL: http://localhost:8080/.

Todo

Miner

Done

  • Error Message
  • Edit/Delete Posts
  • Like/Unlike Posts
  • Login page should have a link to signup page and vice-versa
  • Users editing a page can click on a link to cancel the edit and go back to viewing that page.
  • Users can like/unlike posts, but not their own.
  • Only signed in users can post comments.
  • Modal post create/edit.
  • Users can only edit and delete comments they themselves have made.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published