Skip to content

SmoothBrew/Fillmeup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Pithy project description

Team

  • Product Owner: Andrew Switlyk
  • Scrum Master: Wil Andrade
  • Development Team Members: Wil Andrade, Keenan L-P, Andrew Switlyk

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Some usage instructions

Requirements

  • Node 0.10.x
  • Express
  • Mongo
  • Mongoose
  • Backbone or Angular

Development

Installing Dependencies

From within the root directory:

First Install Node js
Ionic and Cordova command line tools required
	npm install -g cordova ionic
sudo npm install -g bower
The client and server modules are separated into two subfolders of the root.
Each subfolder has their own package.json files and the client has it's own bower.json file.
change directory to client
npm install
bower install
change directory to server
npm install 

###Run the app in your browser

We have added support for a mongo database, which will be useful in the future. Start mongo with: mongod (specify a path if necessary) if you don't have mongo installed, comment out line 14 in server.js Run the server using nodemon ./server/server.js Fillmeup utilizes the ionic yoeoman generator which includes a fully build grunt file. To run the app in your browser, from your terminal:

grunt serve

This will initialize a server and open a browser window with the app.

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

Releases

No releases published

Packages

No packages published