This repository contains code for the back end server of ChairVisE. The front end is currently hosted here.
The backend is also currently hosted here.
The easiest way to get started with this project is to clone this repo and run the following commands in the project directory:
# install dependencies
$ yarn install
# serve at localhost:3000
$ yarn dev
After running these commands, the application should be running at localhost:3000. Point the upload route of ChairVisE frontend to this address to be able to upload the files and get the parsed JSON in return.