- Laravel 8
- PHP 8
- Docker
- Go into src:
cd src/ - Install Dependencies:
composer i && npm i - Build:
docker-compose up - 🎉 You can view all available API endpoints on http://localhost:8080/api/
Run all tests: npm run test
Run single test: npm run test <TestRelativePath>