Instructions:
- clone the repository and navigate to the directory
- Create a virtual environment
$ python3 -m venv venv && source venv/bin/activate - Install the dependencies
$ pip install -r requirements.txt - Setup Google App Engine https://cloud.google.com/appengine/docs/standard/python3/quickstart
- create/select project
- enable billing, Cloud Build API
- install Google Cloud CLI
- Use your Google Cloud user credentials to authenticate with the Cloud SDK and enable local testing with Datastore:
gcloud auth application-default login - Start the server
$ python main.py - Go to http://localhost:8080
Website made with:
- python3
- flask
- Google App Engine
- Google datastore
- Bootstrap
Functionality:
- View list of posts.
- Add/Edit/Delete posts.