Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

adorum/operam

Repository files navigation

Stanford Image Catagory Tree

This is simple tree data structure scraped from http://imagenet.stanford.edu/synset?wnid=n02486410 and visualized using ReactJS framework

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/adorum/operam.git
  • cd operam/
  • npm run install-all

Running / Development

  • At first create an .env file in a project root and define the database credentials
  • Then run node scraper.js to scrape the data and to store it to database
  • In a new terminal run npm start to start the application
  • Application runs in the browser on http://localhost:3000.

Running Tests

  • npm test

NOTES

  • Complexity of algorithm which transforms liner array to tree is O(n)
  • On a FrontEnd side I used create-react-app generator, which generates a basic skeleton of React application
  • On the backend side there is used express

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages