Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 2.94 KB

File metadata and controls

55 lines (45 loc) · 2.94 KB

API Platform

API Platform is a next-generation web framework designed to easily create API-first projects 🚀

Getting started with local development in 4 easy steps

Make sure to have Docker installed

1. In your terminal

# build containers
$ docker-compose build --pull

2. Grab a ☕️ - this may take a while

This step is optional but highly recommended

3. Back to your terminal again

# start containers
$ docker-compose up

4. Ready

Visit

Update dependencies

# Update docker images, dependencies and symfony recipes
$ sh update-deps.sh

Further Information

For detailed explanation on how things work, check out the docs.