Skip to content

Tanishka-2000/data-visualisation-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard API

A data-visualisation REST API.

Table of Content

General Info

A Node app which serves REST API for a data-visualization dashboard. This app uses MongoDB to process 1000 documents and group then, so that the data can be used for visualization.

Technologies

  • Node
  • Express
  • MongoDB

Setup

To run this project locally

# clone this repository
git clone https://github.com/Tanishka-2000/data-visualisation-api.git

# Go into the repository
cd data-visualisation-api

# install dependencies
npm install

# start app
npm run dev

Live API

The API can be found on https://data-visualisation-wkb6.onrender.com/overview

Uses In

The API created are used by https://github.com/Tanishka-2000/data-visualisation-dashbaord