Skip to content

Browser-based (ReactJS) admin panel for Mindlogger data collection platform

License

Notifications You must be signed in to change notification settings

pruksmhc/mindlogger-app-admin-panel

Repository files navigation

Features:

  • Login/Logout Functionality
  • Simple Boostrap UI

Prerequisites

Your own database

All installations

Instructions:

Your own database

  1. Install the prerequisites.
  2. Run MongoDB.
  3. Run Girder on your running MongoDB instance.
  4. Set up an administrator account with Girder.
  5. Change the API_HOST variable in src/constants/index.js to the URL of your running Girder instance.

Local admin panel

Without spinning up your own MongoDB and Girder instances, you can run your own admin panel connected to our development database (api.mindlogger.info). See the instructions above to have full control of your database. Clone this repository, and run these shell commands in the top-level directory of your copy:

  1. npm install
  2. npm start
  3. Visit localhost:3000

Links:

About

Browser-based (ReactJS) admin panel for Mindlogger data collection platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published