Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 717 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 717 Bytes

About ChairVisE Backend

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.

Getting started

Installation

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.