- Docker
- Python 2.7
- Node 7.x.x
- Yarn
- A virtual machine, like VirtualBox
- OtterDB: Connect platform database
- OtterAPI: Connect Platform API Interface
- Vendor-Platform: Web Consumer App
- Bridal-Platform: Coming soon...
- Clone all the above repos
- Follow repo steps in order
Follow the docs but here are the basics
- Run Docker
- Navigate to your local OtterDB folder
docker-machine create --driver virtualbox defaultdocker-machine env defaulteval "$(docker-machine env default)"docker-compose up --build
Seed data
- coming soon...
Troubleshooting
- Check if your machine is running with
docker-machine ls - Restart your machine with
docker-machine start default eval "$(docker-machine env default)"docker-compose up --build
Make sure otterDB is setup and running
- Runs on port
3000so make sure it is free yarn installnpm run start:watch
Make sure both otterDB and otterAPI are up and running
- Runs on port
3020so make sure it is free yarn installyarn start:dev
Make sure both otterDB and otterAPI are up and running.
- Runs on port
3020so make sure it is free (will collide with Vendor-Platform yarn installyarn start:dev