This project is a blog created with Google App Engine, python, and jinja. After users register, they can login to create, comment, and like posts. You can demo this project at here
You will need the following things properly installed on your computer:
- run
git clone https://github.com/caseyr003/blog.git
To run the project locally follow the following steps:
- change into the project directory
- run
dev_appserver.py app.yaml
- visit
http://localhost:8080
in your browser
This project is licensed under the MIT License