Menu

Tree [b02a7c] master /
 History

HTTPS access


File Date Author Commit
 .settings 2016-10-09 jneil1212 jneil1212 [2ce480] Early version to show REST interactions
 app 2016-11-30 JJ Loneman JJ Loneman [b02a7c] Attached the Search controller, updated search ...
 test 2016-10-09 jneil1212 jneil1212 [2ce480] Early version to show REST interactions
 .bowerrc 2016-10-09 jneil1212 jneil1212 [2ce480] Early version to show REST interactions
 .editorconfig 2016-10-09 jneil1212 jneil1212 [2ce480] Early version to show REST interactions
 .gitattributes 2016-10-09 jneil1212 jneil1212 [2ce480] Early version to show REST interactions
 .gitignore 2016-11-30 JJ Loneman JJ Loneman [8bf2ff] Updated .gitignore; small formatting
 .jscsrc 2016-10-09 jneil1212 jneil1212 [2ce480] Early version to show REST interactions
 .jshintrc 2016-10-09 jneil1212 jneil1212 [2ce480] Early version to show REST interactions
 .project 2016-10-09 jneil1212 jneil1212 [2ce480] Early version to show REST interactions
 .yo-rc.json 2016-10-09 jneil1212 jneil1212 [2ce480] Early version to show REST interactions
 Gruntfile.js 2016-10-09 jneil1212 jneil1212 [2ce480] Early version to show REST interactions
 README.md 2016-10-09 jneil1212 jneil1212 [2ce480] Early version to show REST interactions
 bower.json 2016-10-09 jneil1212 jneil1212 [2ce480] Early version to show REST interactions
 package.json 2016-10-09 jneil1212 jneil1212 [2ce480] Early version to show REST interactions

Read Me

price-compare

The price comparison application will be a tool for users who want to be able to check prices for a product across multiple online sites.

Dependencies

Current version of NPM and Node.js

Installation

Add git project locally

'git clone https://jneil1212@git.code.sf.net/p/project-swemasters/code project-swemasters-code'

Once this is done, change to the project directory in a command line tool. Run:

'npm install'

This will install the necessary modules for the app. Once completed, app can be built and run as needed.

Build & development

Run grunt for building and grunt serve to start the server and run locally.

Testing

Running grunt test will run the unit tests with karma.

Initial git commit

cd myproject
git init
git add .
git commit -a -m 'Initial commit'
git remote add origin ssh://jneil1212@git.code.sf.net/p/project-swemasters/webapp
git push -u origin master

Commit after sync

cd myproject
git remote add origin ssh://jneil1212@git.code.sf.net/p/project-swemasters/webapp
git push -u origin master

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.