A multi user blog build on google app engine.
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/.
- 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.