This repository contains source code of application used to run https://null.community
- Developer Environment Setup with Docker Compose
- Developer Testing
- Development Environment Setup with Vagrant
- Exposing API Services
- Production Ops
Bring up core web app for development
docker-compose up
Bring up full stack
docker-compose -f docker-compose-full-stack.yml up