/cps731_group9

Ryerson Account Management Student System

Primary LanguageTypeScript

CPS731 Group 9

Ajay Herod
Ali Mantaev
Maitreya Meshram
Sean Riddel
Tony Shao

RAMSS-2.0

Ryerson Account Management Student System

Made in JavaScript, HTML, CSS, MySQL

#Instructions Pre-Requirements:

  1. Install node.js, during installation make sure the option to set the PATH is on.
  2. Install angular by running in cmd: 'npm install --save-dev angular'

To run:

  1. Download the Github Repo. In the directory:
  2. If you want to develop without server: Run 'ng serve' in cmd.
  3. If you want to develop with server: Run 'ng build' then run 'node server.js' in cmd.