Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork15
Simple CRUD API service based on Symfony 5
License
NotificationsYou must be signed in to change notification settings
Cap-Coding/symfony_api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Please watch the whole video tutorialhere
Create a customer:
curl --location --request POST'http://localhost:8080/api/v1/customers' \--header'Content-Type: application/json' \--data-raw'{ "email": "test.email@gmail.com", "phoneNumber": "+49116012345678"}'
Create a product:
curl --location --request POST'http://localhost:8080/api/v1/products' \--header'Content-Type: application/json' \--data-raw'{ "code": "test_code", "title": "Test title", "price": 1234}'
Create a cart:
curl --location --request POST'http://localhost:8080/api/v1/customers/cart' \--header'Content-Type: application/json' \--data-raw'{ "customer": 1, "products": [ 1 ], "dateTime": "2020-08-05 12:15:00"}'
There is avideo
There is avideo
There is avideo
There is avideo
There is avideo
There is avideo
There is abranch and here is avideo
There is abranch and here is avideo
There is avideo
There is avideo
There is avideo
There is avideo
About
Simple CRUD API service based on Symfony 5
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.