https://github.com/codercatdev/appwrite-utopia-alex
https://github.com/codercatdev/appwrite-utopia-alex
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codercatdev/appwrite-utopia-alex
- Owner: codercatdev
- License: mit
- Created: 2022-07-01T14:53:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T14:53:53.000Z (almost 4 years ago)
- Last Synced: 2025-05-11T04:55:30.968Z (about 1 year ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Demo of utopia-php/swoole
This project uses the [Utopia framework](https://github.com/utopia-php/framework) and [Swoole](https://github.com/utopia-php/swoole) to build a very simple API, demonstrating how to define routes and start the server, both found in the server entrypoint `./app/server.php`.
## Install
```bash
git clone https://github.com/utopia-php/demo
cd demo
docker-compose up -d
```
## Use
The docker-compose config will mount the root folder to `/app` in the container, so you can actively develop your code. To apply changes, restart the stack with:
`docker-compose restart`
## Request Flow

## Resources
- [utopia-php/framework](https://github.com/utopia-php/framework)
- [utopia-php/swoole](https://github.com/utopia-php/swoole)
- [utopia-php/cli](https://github.com/utopia-php/cli)