View Demo
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
For more detailed instructions checkout out the wiki
This project depends on node and npm. The main dependancies are TypeScript, Express, and body-parser.
- node
- npm
- Clone the repo
git clone git@github.com:VikeLabs/scheduler-back-end.git
- Install NPM packages
npm install
To compile the TypeScript run
npm run build
To start the development server run
npm start
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).