/odms-angular

CS 449 Prototype

Primary LanguageCSS

Orientation Document Management System

A simple high-level, single statement summary of this project.

This project was created for CS 449, Spring 2013, at the University of Waterloo.

How to use

  • Fork this
  • Clone your repository
  • cd odms-angular && bundle
  • ruby app.rb
  • open a browser to http://localhost:4000/

How to deploy your own

  • Fork this
  • Clone your repository
  • heroku create --stack cedar
  • git push heroku master