Screenshot • Datastore • API explorer • URL How to install
- Disconnection and connection system using google GSI
- Keep session alive
- Fetch users profile
- Follow/Unfollow user from user profile
- Like/unlike post from user profile
- Upload a picture and store it directly to the datastore
- Retrieving most recent posts from your subscriptions (feed)
- Like/unlike post from feed
To clone and run this application, you'll need Git from your command line:
# Create a new folder
$ mkdir TinyInsta
# Go into the new folder
$ cd TinyInsta
# Clone this repository
$ git clone https://github.com/Swarzox/tinyinsta.git
# Install
$ mvn install
# Deploy locally
$ mvn appengine:run
# Deploy on google's servers
$ mvn appengine:deploy
#Retrieve url
$ gcloud app browse