This repository contains source code of application used to run https://null.co.in
- 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
SSL/TLS and its corresponding security configuration should be handled at frontend reverse proxy. The reverse proxy should forward /
to Swachalit running on port 8800.