Getting Started
- Copy
.env.exampleor.env.devto.env - Run
docker-compose up -d - Connect to the docker instance by running
docker psto get the instance id, thendocker exec -it {instanceId} bash - Run
composer install - Create the database with
php artisan doctrine:schema:create - Generate the GraphQL documentation with
magidoc generate
A project of API Skeletons
