- Change settings in
config/app.config.php
- Change credentials in
config/db.config.php
curl http://localhost/articles
curl http://localhost/articles?categoryId=123
curl http://localhost/articles?authorId=123
curl http://localhost/articles?categoryId=123&authorId=123
curl http://localhost/articles/123
curl http://localhost/comments?articleId=123
curl http://localhost/comments/123