Local Development
The following step-by-step guide will get you up and running locally.
$ npm install -g @atomic-reactor/cli
Follow the steps to install Actinium
You'll need to download and extract the test data.
$ mongorestore -h localhost:27017 -d actinium -u actinium -p PASSWORD /PATH/TO/EXTRACTED/DATA/actinium
mongorestore should be installed automatically with mongo
Open an additional Terminal/Command-line tab and enter the following commands:
$ cd /WHERE/YOU/SAVED/Reactium-Admin
$ npm install && npm run local
username: admin
password: admin
Navigate to localhost:3000/docs to view the Reactium Admin API docs
Navigate to localhost:9000/docs to view the Actinium API docs
Navigate to localhost:9000/parse and login with the default username and password above to view the Parse Dashboard