Skip to content

flipboxlabs/craft-restful-project

Repository files navigation

Craft CMS

About Craft CMS

Craft is a content-first CMS that aims to make life enjoyable for developers and content managers alike. It is optimized for bespoke web and application development, offering developers a clean slate to build out exactly what they want, rather than wrestling with a theme.

Learn more about Craft at craftcms.com.

How to Install Craft 3

See the Craft 3 documentation for installation and updating instructions.

Resources

Official Resources

Community Resources


API Endpoint Examples

Run in Postman

Getting Started

Start Docker containers, and run Craft CMS setup.

make craft-setup

-or (for those without Make)-

docker-compose -f docker-compose.yml exec web sh -c "php craft setup"

For db settings use: mysql, db, 3306, craft, craft, craft, NO-TABLE-PREFIX

Install the Restful plugin

make install/plugin restful

-or (for those without Make)-

docker-compose -f docker-compose.yml exec web sh -c "php craft install/plugin restful"

Preform a GET request: https://localhost/api/v1/users

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published