Skip to content

EduShareOntario/Academic-and-Career-Prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Academic and Career Preparation Administration Tool

Build Status Deployment Status

Georgian College

September 15, 2017

Team Members:

  • Nicholas Rowlandson

Dev Environment Install Instructions:

  1. git clone repository
  2. cd
  3. npm install
  4. setup config.ts in server/src (see example below)
  5. npm run quickstart
  6. http://localhost:3000

/server/src/config.ts

var db = {
    user: '',
    password: '',
    server: '',
    database: '',
    options: {
        encrypt: true // Use this if you're on Windows Azure
    }
};

var mail = {
    service: '', // service e.g. 'gmail'
    user: '', //email
    pass: '' // password
};

var site_settings = {
    url: '', // site url
    client_pass: '' // default pass for client users without email access
};

module.exports = {
    db: db,
    mail: mail,
    site_settings: site_settings
};

Project Info/Status:

https://waffle.io/EduShareOntario/Academic-and-Career-Prep