Skip to content

JonasAndrade12/CustomerAPI

Repository files navigation


Logo

Customer API

Simple minimal API
Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

Simple project to explore .Net 6 and the minimal API

(back to top)

Developed With

(back to top)

Getting Started

Prerequisites

In order to run this projecto you will need:

  • Docker

Installation

  1. Clone the repo
    git clone https://github.com/JonasAndrade12/CustomerAPI.git
  2. Run docker-compose
    docker-compose up --build -d

(back to top)