Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 984 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 984 Bytes

ResonantEco

Develop environment setup

ResonantEco has server, client two components. They are located under server and client directory respectively.

Prerequisite

  • Pyhton 3.5+
  • Mongodb running at the default port
  • Node 8
  • Clone this repo git clone https://github.com/OpenDataAnalytics/resonanteco.git

Server

Client

The client is a Vue CLI based application. All Vue-CLI options are available.

  • cd ./resonanteco/client
  • npm install
  • npm run serve
  • Navigate to localhost:8081
  • Register user then login the system

linting

  • npm run lint

Data ingestion

  • In the same python envrionment as the server
  • Navigate to server/data
  • export GIRDER_MONGO_URI=mongodb://localhost:27017/girder-resonanteco if you db is not the default girder
  • execute python ingest.py ./data