jacks205 / schedules-backend

Backend server for schedules built with Sails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

schedules-backend

Backend server for schedules built with Sails

Beautiful class registration webapp for universities. Head over to our wiki for information on contributing.

Required tools

  • NPM - Node.js package manager; should be installed when you install node.js.
  • Sails - MVC Framework
sudo npm -g install sails

Getting started

To build and run the app locally run the following commands:

  1. Clone master repo into targeted directory
  2. Make to have your config/local.js configured with the database credentials
  3. Install dependancies with npm install
  4. Run with sails lift

Contributing

  1. Fork the repo
  2. Create a new branch with either a feat/ or fix/ prefix
  3. Commit and push changes to your repo
  4. Create a new Pull Request

We will accept pulls that:

  • Don't break anything
  • Are well documented and commented
  • Are written in pure JavaScript (sorry no Coffeescript)

Contributors

Timothy Kendall, Ian Jackson, James Steininger, Ross Clare

###License

About

Backend server for schedules built with Sails

License:MIT License


Languages

Language:JavaScript 99.6%Language:CSS 0.4%