Skip to content

WatkinsEric/CMPT315--CTP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

162 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Canadian Teacher's Portal

##Install instructions

Required Packages

mySQL Node 4.X

###Getting Started

 $ git clone https://github.com/afmartin/CMPT315--CTP.git

Create a mySQL database and specify the name of the database, authorized username, password and the host inside of the db_config.json for the required environment(s)

Enter a string for token encryption into the file config.json

$ make test|development|production

Note - If you are running the test suites please ensure the server is running first. For example;

 $ npm install && NODE_ENV=test npm start

and then in a new process

 $ make test

Note it is highly recommended that you use different databases for test, development and production

Warning if tests are run all documents will be deleted from the server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 83.3%
  • HTML 13.4%
  • CSS 3.2%
  • Makefile 0.1%