ResonantEco has server, client two components. They are located under server and client directory respectively.
- Pyhton 3.5+
- Mongodb running at the default port
- Node 8
- Clone this repo
git clone https://github.com/OpenDataAnalytics/resonanteco.git
pip install -e ./resonanteco/server/girder buildThe girder interface will be available at http://localhost:8080/girder
The client is a Vue CLI based application. All Vue-CLI options are available.
cd ./resonanteco/clientnpm installnpm run serve- Navigate to
localhost:8081 - Register user then login the system
npm run lint
- In the same python envrionment as the server
- Navigate to
server/data export GIRDER_MONGO_URI=mongodb://localhost:27017/girder-resonantecoif you db is not the default girder- execute
python ingest.py ./data