Skip to content

oldgittroy/SigWel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SigWel

Signature Validator App

Purpose Statement

  • Make a tool that validates signatures of a user by tracking the pattern of the signatures.

Demo

The demo app is hosted on Heroku, welcome to have a try!

Collaborating&Collaborators

The project is being organized on Trello, discussion happens on Slack, and documentation are defined in the README files.

###Collaborators:

  • Jeffry Tupa (Give the idea of the project and develop frond-end part)
  • Keith Stewart (Organize code based on hapi-ninja Boilerplate, which built by Saul, thanks)
  • Zhaoxin Sun (Do back-end part, mainly on api and validation algorithm)
  • Sid Pareek (Give lots of idea on requiments of the project)
  • Ilmo Jung (Focus on security of the project)
  • Saul Maddox , Alan Lee (Always help us out when we have technical quesions)

Project outline

  • Sandbox folder for prototyping
  • Database
    • NoSQL Database? (MongoDB )
  • Server framework (hapi.js)
  • Client framework (Foundation)
  • Documentation
  • Hosting (i.e. AWS, Heroku)
  • Client side scaffolding

Before running the Server

NodeJS must installed. Install gulp globally: npm install --global gulp

Running the Server

To run the server and follow the steps below:

  1. Run npm install from the command prompt to install any dependencies that you have not already installed
  2. Run gulp serve-dev to run the server and watch for and restart the server after any changes to server files
  3. Open browser and navigate to http://localhost:3000/

Folder Structure

Public folder

  • The "public" folder for front-end (client side) code.

Server folder

  • The "server" folder for server side code.

Notes

Lori you need to update the readme

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.9%
  • HTML 18.3%
  • CSS 0.8%