Skip to content

coder02603/demo_restAPI_starter

Repository files navigation

REST API with Microsoft Dotnet 6

Clone this repo to follow along during the dotnet REST API tutorial.

This tutorial will cover the following concepts:

  • Understanding the dotnet framework (Entity Framework, Database Context, NuGets, etc)
  • Project configuration & establishing database connection with MySQL
  • Building a RESTful API (GET, PUT, POST, DELETE)
  • Error handling
  • Testing RESTful API
  • SQL query on DBeaver
  • Building Postman Collection

In preparation for the following tutorial, be sure that you have the following:

  • DotNet 6
  • Postman app
  • DBeaver
  • MySQL

To learn these important concepts, we will be building a RESTful API for pokedex

    _.----.        ____         ,'  _\   ___    ___     ____
_,-'       `.     |    |  /`.   \,-'    |   \  /   |   |    \  |`.
\      __    \    '-.  | /   `.  ___    |    \/    |   '-.   \ |  |
 \.    \ \   |  __  |  |/    ,','_  `.  |          | __  |    \|  |
   \    \/   /,' _`.|      ,' / / / /   |          ,' _`.|     |  |
    \     ,-'/  /   \    ,'   | \/ / ,`.|         /  /   \  |     |
     \    \ |   \_/  |   `-.  \    `'  /|  |    ||   \_/  | |\    |
      \    \ \      /       `-.`.___,-' |  |\  /| \      /  | |   |
       \    \ `.__,'|  |`-._    `|      |__| \/ |  `.__,'|  | |   |
        \_.-'       |__|    `-._ |              '-.|     '-.| |   |
                                `'                            '-._|

About

Starter code for dotnet REST API demonstration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages