An open API service indexing awesome lists of open source software.

https://github.com/jguadagno/mscc-workshop


https://github.com/jguadagno/mscc-workshop

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# MSCC Workshop

## Introduction

This repository contains the materials for the MSCC workshop. The workshop walks you through creating an API based on an existing database.

## Prerequisites

* Visual Studio 2017 or higher, or JetBrains Rider, or Visual Studio Code
* .NET Core 6.0 or higher, .NET 7 preferred.
* .NET Workload of `ASP.NET and web development`
* **git** client
* A working internet connection

## Getting started

Clone this repository to your local machine and open the solution [src/start/src/Contacts.sln](/src/start/src/Contacts.sln) in your IDE of choice.

## Workshop

Once the solution is open. Follow the instructions in the [src/start/src/workshop-instructions.md](/src/start/src/workshop-instructions.md) to complete the workshop.

## Slide Deck

The slide deck for this workshop can be found [here](MSCC%20Workshop%202023.pptx)