A Symfony Rest API for Banking System where admin can create customers and create transactions. I will submit the UI also with separate Repo
Instructions To Access The API:
- Open Postman or any third party application to run the web services.
- Run the terminal and start our server
- Go to your application folder and run following command. $>php bin/console server:run
- You need to take complete backup because I have made some changes on bundles code.
- after running your server on port 8000 you can access the application on postman.
- Follow the API Doc attached.
- Create Database:
Set your credentials on parameters.yml file.
$>php bin/console doctrine:create:database $ >php bin/console doctrine:schema:update --force