Skip to content

Swarzox/tinyinsta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation



TinyInsta

TinyInsta, a scalable Instagram Like.

ScreenshotDatastoreAPI explorerURL How to install

Features

  • 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

Screenshot

  • Fetch a user profile Interface

  • Your own profile Own profile

  • Fetch most recents posts from your subscriptions (feed) Feed

Datastore

  • User table user table

  • Post table post table

API Explorer

API Explorer

URL

TinyInsta

How To Install

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published