Skip to content

josuecaleb6482/ApiPaises

Repository files navigation

ApiPaises

Table of Contents

  1. General Info
  2. Technologies
  3. Installation

General Info


Api made whit Repository Pattern C#, for educational purposes

Screenshot

image

Technologies


Installation


SDK Ubuntu

$ git clone https://github.com/josuecaleb6482/ApiPaises
$ sudo apt-get update; \
$ sudo apt-get install -y apt-transport-https && \
$ sudo apt-get update && \
$ sudo apt-get install -y dotnet-sdk-5.0

dotnetcore ef CLI

$ dotnet tool install --global dotnet-ef
$ dotnet tool update --global dotnet-ef
$ dotnet add package Microsoft.EntityFrameworkCore.Design
$ dotnet add package MySql.EntityFrameworkCore

This aplication is made in Ubuntu but u can run it in Windows, you can also uncouple the repository and data classes in another library classes proyects for better maintenance. If you find an issue with this library feel free to open an issue here on GitHub🙂.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages