Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

BenjaminZ/DotNetChallenge

Repository files navigation

.Net Challenge

This is the .Net Challenge project.

Requirement

Usage

BE and FE needs to run in separated sessions, e.g. multiple bash windows or in background.

Cross platform. Though only tested on Windows.

Cloning the repo

git clone https://github.com/BenjaminZ/DotNetChallenge.git

BE

In the solution root folder DotNetChallenge/:

dotnet restore
cd ./DotNetChallenge.Web
dotnet run

Url:

http://localhost:5000/api/conversion
https://localhost:5001/api/conversion

FE

In the solution root folder:

cd ./DotNetChallenge.Web
npm ci
npm run start

Url: http://localhost:8080

About solution

  • DotNetChallenge.Application project contains business logic e.g. number to string converter
  • DotNetChallenge.Web project contains Web APIs and UI
  • DotNetChallenge.Tests project is the unit testing project

Features

BE:

FE:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published