Skip to content

This is the website template content for a Football Pool site hosted using Squarespace.com with Parse.com as the backend database.

Notifications You must be signed in to change notification settings

chriscox/squarespace-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a Squarespace V6 template I created that uses Parse.com as the backend database. Since Squarespace is a hosted platform, site owners and developers do not have access to the backend server code. Therefore, creating database-driven apps have been notorisouly difficult due to cross-domain issues.

Parse implements Cross-origin resource sharing (CORS), which allows interaction with a databse regardless of the domain.

So… I created this site to explore what's possible.

Demo

Example Site: Mike's NFL Pool

Mikes NFL Pool is a fun football pool site I created for my father-in-law. You can view the site or even login as a guest user and play along.

Quick Summary of Steps

  1. Be sure to have your site template up and running using the Squarespace Development Kit instructions.
  2. Create an account as Parse.com. They provide a free basic plan. Once you sign up, create a new app and fill in the appropriate information.
  3. Use Parse's online Data Browser to build your database. There are more advanced methods you can use later once you're more familiar with the setup.
  4. Download the Parse Javascript API, and add required files to your Squarespace site. Review their Javascript API guide
  5. Include other required files. jQuery and underscore.js
  6. Utilize the parse-backbone framework to interact with your new database.

Javascript Dependancies

  1. jQuery
  2. Parse.com
  3. Underscore.js

Further Help

Visit the Squarespace Answers guide for further information. I created a specific answer regarding this demo in that guide available here.

About

This is the website template content for a Football Pool site hosted using Squarespace.com with Parse.com as the backend database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages