VikeLabs / scheduler-back-end

Server for UVic scheduler project
https://uvic-scheduler-server.herokuapp.com/
GNU General Public License v3.0
1 stars 0 forks source link

Contributors Stargazers Issues Build Status


Scheduler Back End


View Demo · Report Bug · Request Feature

Getting Started

To get a local copy up and running follow these simple steps.

For more detailed instructions checkout out the wiki

Prerequisites

This project depends on node and npm. The main dependancies are TypeScript, Express, and body-parser.

Installation

  1. Clone the repo

    git clone git@github.com:VikeLabs/scheduler-back-end.git
  2. Install NPM packages

    npm install

Usage

To compile the TypeScript run

npm run build

To start the development server run

npm start

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).