effect-api-example/ ├── apps/ │ └── server/ # Bun HTTP server │ ├── src/ │ │ ├── api/ │ │ │ ├── groups/ # API endpoint handlers │ │ │ └── middleware/ # Auth middleware implementations ...
This project utilizes Phalcon PHP framework, MongoDB and JWT firebase library to implement REST API service. It demonstrates how to implement REST API features and can be used as example REST API ...