GithubHelp home page GithubHelp logo

dotnet-challenge's Introduction

Running the projects

The main folders contains 2 other folders which contains the solution for each challenge provided.

Payout combinator

To run the payout combinator, simply run payout-combinator.sln on visual studio or at ../payout-combinator/payout-combinator/payout-combinator with dotnet run:

dotnet run -c r 

Rest server

To run the customer-manager-api rest server, we need a MySQL 8 database. Here are the steps to get a running instance of the database: ** if you dont have docker installed: https://docs.docker.com/get-docker/

  1. pull mysql image from docker
docker pull mysql:8.0
  1. get a running mysql container
docker run --name customer_manager -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=customer_manager -d mysql:8.0
  1. Go to the web project's folder ../dotnet-challenge/customer-manager-api/customer-manager-api,
    dotnet run -c r

You can now access it on https://localhost:7203/swagger/index.html, or in your preferable API client (Insomnia, Postman, etc..) http://localhost:5000

Also, there's a insomnia collection at dotnet-challenge/customer-manager-api/customer-manager-api if you want to import it.

dotnet-challenge's People

Contributors

gabguerra avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.