It's a ecommerce app to a Pet Shop.
This Api connect the mobile App with the Website.
- The Gladia API has the following operations:
- Get Address, you can get all address or by using id
- Get Categories, you can get all categories or by using id
- Get Orders, you can get all orders or by using id
- Get Itens Orders, you can get all itens orders or by using id
- Get Products, you can get all products or by using id
- Get User, you can get all users or by using id
- Post Address
- Post Categories
- Post Orders
- Post Itens Orders
- Post Products
- Post User
- Update Address
- Update Categories
- Update Orders
- Update Itens Orders
- Update Products
- Update User
- Get Address, you can get all address or by using id
- It's possible to register a new data using the swagger interface or using the Url
It's a API database, API Link
- Download the code.
- Open the code in Visual Studio.
- Add migrations on tools Nugetpacket Console using these line -> add-migration Inital.
- Use the code update-database for create connection.
- Then you can run the project and enjoy it.
You can see the design layout on the Figma link bellow:
Figma Link