tharunShiv / parse-server-reference-android-java

A set of Java Files that provide the Starter code to start off with Parse-Server, an open source backend. It could be considered as a quick refresher to Parse.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse-server

The Complete Application Stack

Build applications faster with object and file storage, user authentication, push notifications, dashboard and more out of the box.

How to view the code?

Clone the repository, Open it with Android Studio View the Java Files

How to use the code?

You have to deploy the Parse-server on Amazon-Web-Services or Google Cloud Platform Get the API Key , Client ID, Server Link by SSH into the server Find these information in the server.js at the server. Create a gradle.properties file and paste the keys into it with the appropriate names. example: appID=""

Special thanks to Nick and Rob for the basic starter code which was massively modified to result into this one.

Feel free to contribute to it.

About

A set of Java Files that provide the Starter code to start off with Parse-Server, an open source backend. It could be considered as a quick refresher to Parse.


Languages

Language:Java 100.0%