Skip to content

wayatech/symfony-api

Repository files navigation

Symfony API

Configuration

JWT

Available routes

  • api_auth_login POST /api/auth/login

  • customers_list GET /api/customers
  • customers_create POST /api/customers
  • customers_read GET /api/customers/{customerId}
  • customers_update PUT /api/customers/{customerId}
  • customers_delete DELETE /api/customers/{customerId}

  • users_create POST /api/users
  • users_read GET /api/users/{userId}
  • users_update PUT /api/users/{userId}
  • users_delete DELETE /api/users/{userId}

Deploy

Have a look at ./deploy.php

Define $_ENV variables in file ./env.local

Technologies

  • PHP
  • Symfony

Contribute to the project

Symfony API isn't an open source project.

Authors

Our code squad : Charly & Benjamin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •