Skip to content

rdbruhn/Canteen

 
 

Repository files navigation

Project Name

Team

  • Product Owner: Jak Buttarazzi
  • Scrum Master: Rob Bruhn
  • Development Team Members: Ryan Haase, Todd Bontrager

Table of Contents

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

Usage

Canteen was developed to plan outdoor adventures with friends easily in one central place online.

Requirements

Make sure you have installed all of the following prerequisites on your development machine:

  • Node 4.4.2
  • MongoDB - Download & Install MongoDB, and make sure it's running on the default port (27017).
  • Express 4.13.4
  • Bower - Bower Package Manager is used to manage front-end packages. Install Node.js and npm first.
  • Grunt - Grunt Task Runner is used to automate the development process. Make sure you've installed Node.js and npm first, then install grunt globally.

Development

Installing Dependencies

From within the chosen directory:

sudo npm install -g bower
npm install
bower install

Launching App

Run:

grunt server-dev

Navigate to http://localhost:3333 on your web browser.

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

Getting Started With Canteen

By now you probably have the application running but there's still a lot you want to understand about how this app is built and works "under the hood". We recommend you go to the additional Documentation page for more in-depth explanations and coding practices used to build this app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.9%
  • HTML 32.7%
  • CSS 6.4%