Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 309 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 309 Bytes

"Car_Owner" is my first ever project using RESTful API on C#.

It has a simple Owner-Car relationship with a username/password behavior.

The requests are made through an API client (Insomnia), processed by the server, which afterward stores the data into a SQL Server database implementing LINQ to Entities.