Build an API for Water Consumption Tracking, from the .NET Conf Student Zone 2022 Event
-
Students will be skilled at:
- Transforming a CSV into database tables
- Understand what an API is and what it should contain (Routes, Data Source, Authentication, Logging)
- Creating an API to serve data from a database
- Deploying an API to the cloud
-
Students will be able to independently use their learning to:
- Use ORM (object relational mapping) to manage a database
- Define databases as code
- Create their own APIs
- Integrate their APIs with their data sources
- Create an API for a dataset
- Tutorial Build a web API with minimal API, ASP.NET Core, and .NET 6
- Documentation: Create a minimal web API with ASP.NET Core
For the full instructions go here: .NET Conf Student Zone 2022: Backend APIs
- Milestone 1: Transform a CSV into database tables
- Milestone 2: Creat an API to serve data from a database
- Milestone 3: Deploy an API to the cloud