Skip to content

NelsonBurton/hapispwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Page Web Application

Javascript project using Meteor framework that manages a list of users with their associated application tokens.

There is a live version of the site at http://hapispwa.meteor.com.

hapispwa = hAPI Single Page Web Application (programming challenge for interview process).

Running the Code

$ curl https://install.meteor.com/ | sh

# seperating client/server
$ meteor remove autopublish
$ meteor remove insecure

# testing packages
$ meteor add sanjo:jasmine
$ meteor add velocity:html-reporter

# running the code
$ meteor deploy hapispwa.meteor.com

Understanding the code

There are 3 important folders: -lib- run on both client and server -server- code run only on the server (Meteor methods, db writes) -client- code run only on client (Templating, Event handling, etc)

There is a small amount of templating in the html (that allows the data to be printed). Styling is in hapispwa.css

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published