Skip to content

View & Data Gallery sample powered by a React frontend and a Node.js/MongoDB backend

Notifications You must be signed in to change notification settings

GetSomeRest/react-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated sample - not maintained anymore (Summer 2016)

ReactJS w. RefluxJS View&Data Gallery

A sample web application for View&Data with uni-directional dataflow application architecture inspired by ReactJS Flux

RefluxJS

This sample is now retired, it is not maintained anymore. It is provided as-is and we discourage using it in your production code.

##Description

A comprehensive sample using Autodesk View & Data API powered by Node.js/MongoDb backend and React frontend

##Setup/Usage Instructions

  • Install Node.js
  • Run "npm install" command from the project directory to resolve Node dependencies
  • Replace the place holder with your own credentials in credentials.js
  • The backend expects a locally running MongoDB database to connect to, so you will need to Install and run MongoDB, see [their tutorial] (http://docs.mongodb.org/manual/tutorial/) for instructions.
  • You will need to populate your database, check the response from that REST API to see how a populated database needs to look like.
  • In order to populate your database, you need to upload models through the View & Data WebService. See "Uploading your models to View & Data Web Service" section below.
  • Set your database settings in config-server.js acoording to your MongoDb install
  • Run the server: "node server.js" from command line
  • Connect to server locally using a WebGL-compatible browser: http://localhost:3000/node/angular-view

Uploading your models to View & Data Web Service:

##Test the Live version

React Gallery

License

That samples are licensed under the terms of the MIT License. Please see the LICENSE file for full details.

##Written by

Written by Philippe Leefsma

About

View & Data Gallery sample powered by a React frontend and a Node.js/MongoDB backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published