Skip to content

Latest commit

 

History

History
 
 

api-platform

API Platform Tutorial

Purpose of this project is to test Vuetify Admin within API Platform based on Symfony. Use provided hydra data provider and JWT authentication. Serve as demonstration with real API backend for main tutorial. See dedicated part of documentation.

How to run

Backend API

Clone the demo project of API Platform and follow readme instructions for running it on docker :

docker-compose up
docker-compose exec php bin/console hautelook:fixtures:load

API Platform should be running at http://localhost:8080.

Admin UI

yarn
yarn serve --port 8000

This should run at http://localhost:8000. You can login as [email protected] / admin.

License

This project is open-sourced software licensed under the MIT license.