Skip to content

samialgradee/repoentrega

Repository files navigation

C# Backend Template

This is a template created for Backstage. This template using .Net 6.0 framework.

Run Locally

Go to solution folder

  cd my-project

Build the solution

  dotnet build

Start the server

  cd my-project.Api
  dotnet run

Running Tests

To run tests, run the following command

  cd my-project.Test
  dotnet test

Run Locally using Docker

To run the api using a local docker, run the following command

  docker build -t my-project -f Dockerfile . 
  docker run --rm -p 5000:5000 -e ASPNETCORE_URLS=http://+:5000 my-project

About

This is entrega

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published