musict / symfony-exchange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Create the file .docker/.env.nginx.local using .docker/.env.nginx as template.
  2. Use NGINX_BACKEND_DOMAIN to set server name.
  3. Start docker container using .docker/docker-compose.yml.
  4. Inside the PHP container run composer install.
  5. Make migrations

Test api:

Get all records - localhost/api/history

Exchange values - localhost/api/exchange/values

About


Languages

Language:PHP 73.4%Language:Twig 17.3%Language:Dockerfile 9.3%