This is a cotton-candy frontend and backend repo. Frontend is build with vue3 app and backend is build with laravel 9.
For Running Docker compose file, you have to run following command:
docker-compose --env-file ./backend/.env up --build -d
Backend will run: http://localhost:8000
Frontend will run: http://localhost:8080