- Install Docker Engine
- Install docker-compose
- Install node & npm
Run the following command to ensure all the dependencies are installed and background services are started:
# Change to your own SMTP server info on docker/assist-restapi.env
./setup.sh start
If you want to clean everything and get latest docker images next time, do:
./setup.sh cleanup
The following dependent services are now started:
- Hive Vault
- Assist RestAPI Backend
- Mongodb container on localhost:37018
You need to run Profile API service before you can start Profile app
yarn
cp .env.example .env
node src/scripts/appvault.scripts.js
node src/scripts/spaces.script.js
npm start
- Your app should be running at localhost:3000