- Login/Logout Functionality
- Simple Boostrap UI
- Install the prerequisites.
- Run MongoDB.
- Run Girder on your running MongoDB instance.
- Set up an administrator account with Girder.
- Change the
API_HOST
variable insrc/constants/index.js
to the URL of your running Girder instance.
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:
-
npm install
-
npm start
- Visit localhost:3000