Build a simple API with Slim Framework
- Click Use this template
- Git clone & change directory
- To run the application in development, you can run these commands
- If you don't use docker:
cd slim
composer start
- Or you can use docker-compose to run the app with docker, so you can run these commands:
docker-compose up -d
After that, open http://localhost:8080
in your browser.
That's it! Now go build something cool.