The Back Office system built by general requirement
It is highly-recommended to install the IntelliJ Idea IDE for development.
There are many services containerized using Docker. For local development, it is recommended to set up required infrastructure using Docker Compose.
- Run CMD
docker-compose up
ordocker-compose start
to get docker services ready - Run
WebApplication.java
within IDE to start up the system
This repo contains a Docker Compose file that will help you setup most of the backing services used with minimal effort.
Services include:
- MySQL http://localhost:3306
- MongoDB http://localhost:27017
- Redis http://localhost:6379