☘️ A REST API project was built by PHP, followed the SOLID principles and Clean Architecture.
- Protect API with CORS
- Authorization with Laravel Passport
- Prevent registration with week password
- Tests
- Login
- Register
- Uuid
- Centralize log with Syslog-ng
- API Caching with Memcached├── config # contains all env file for different environments
├── environment # dockerfile
└── web # main sourcecodeAdd domain to your host file ( MacOS )
make hostBuild docker image
make buildStart docker container
make upCreate DB table in Mysql
make db-createRun migration on DB
make db-migrateAccess api by putting below domain on Postman
tinnyapi.local