Mini Symfony REST API
Tech Used:
WAMP stack
Apache v2.4.27
PHP v7.1.9
MySQL v5.7.19
Framework - Symfony 4
ORM - Doctrine
Unit Testing - PHP Unit
API calls tested with Postman
Remember to run these commands in the root folder:
- Composer Install
- Update the .env file DATABASE_URL value
- Run DB migration files: "php bin/console make:migration"
- Clear cache: "php bin/console cache:clear"