Skip to content

texxIO/symfony-rest-client

Repository files navigation

symfony-rest-client

Admin interface to work with symfony-rest-server

INSTALL

  1. Git clone

  2. Run

composer install

  1. Set the Api service arguments in services.yml
 AppBundle\Services\ApiRequestService: 
    arguments: 
        $offers_api_url: 'http://tradus.local' 
  1. Configure the $offers_api_url with the API server

  2. Run using php bin/console server:run or with a web server .

TODO

  • Implement validation
  • Implement session flashBag messages
  • Unit Tests
  • Authentication
  • Dockerize

About

Admin interface to work with symfony-rest-server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published