- JWT Authentication
- Testing with PEST PHP
- Fully dockerized
- Documentation with Open API
- clone project.
- create your env files with
cp .env.example .env
- run
docker-compose up --build
- visit
http://localhost:9001/v1/health
for the response below - serve documentations
composer docs:serve
and visithttp://localhost:8001