This project made for newbies of programmer who want to learn about Spring Boot Framework
If you want to start all tutorial service to test please run
./get-started.sh
or you want to manual please do step by step below this
- Copy default.env to .env
cp default.env .env
- Run compose file
docker-compose up -d
Harin Thananam