tutsplus / parse-for-the-back-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse for the Back-End

Instructor: Reginald Dawson

Parse is a powerful cloud service for supplying web application back-ends. With a simple REST API, you can connect to the Parse service for saving application data—both JSON structured data as well as media files. Facebook has recently announced that they will discontinue the Parse service, but fortunately they're providing a migration path to self-hosting the Parse server.

In this course, Envato Tuts+ instructor Reginald Dawson will show you how to use Parse to host the data for your app. You'll see how to create and log in users as well as how to save and retrieve data. Most importantly, you'll learn how to migrate a Parse application to Heroku so that it can be easily self-hosted.

Source Files Description

This repository contains the completed course project—a simple database of employees.


These are source files for the Tuts+ course: Parse for the Back-End

Available on Tuts+. Teaching skills to millions worldwide.

About

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 98.5%Language:HTML 1.5%