Skip to content

karrui/chairvise-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

express nodejs backend for chairvise data visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published