Skip to content

datamoviz/datamoviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataMoviz 🎥

Deep into the movie scene:

Image generated with MockUpPhone.

Installation

First, import the data.

Then:

cd client/
npm install
cd ../server
npm install

You also need a populated MongoDB database, see the server readme.

Running

First, start the server.

Then:

cd client/
npm start

Access to the server at the following url: http://127.0.0.1:8080.

Deploying

Compile the client:

cd client/
npm run deploy

You can export the build folder to your server.

Licence

MIT