Skip to content

rayhansenjr/aca-campus

 
 

Repository files navigation

Campus Manager

Stories in Ready

CircleCI

Heroku

Development

After cloning and navigating into directory:

  1. Use Node version 5.6
  • Recommend installing nvm
  1. Install Cairo
  • OSX
    1. With Homebrew (OSX) brew install cairo pkg-config
    2. Install X11
    3. Add export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig to your ~/.bash_profile
  1. npm install

  2. Create .env

MONGOLAB_URI="mongodb://localhost/aca-campus"
DOMAIN="http://localhost:3000"
MANDRILL_API_KEY=""
GOOGLE_API_KEY=""
GOOGLE_CLIENT_ID=""
YOUTUBE_CHANNEL_ID=""
  1. leave npm run gulp running in one terminal session

  2. leave npm run develop running in another terminal session

  3. navigate to http://localhost:3000/register to create a top-level client

For testing:

  1. Download and Install Java JDK 8u91
  2. Run npm test

Activity

Throughput Graph

About

Campus Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 93.1%
  • HTML 4.8%
  • CSS 2.1%