An open API service indexing awesome lists of open source software.

https://github.com/infinityworks/iw-tech-test-dotnet

Infinity Works Tech Test - Starter Projects for .NET Core
https://github.com/infinityworks/iw-tech-test-dotnet

Last synced: 5 months ago
JSON representation

Infinity Works Tech Test - Starter Projects for .NET Core

Awesome Lists containing this project

README

          

# Accenture Next Gen Engineering - Full Stack Tech Test: .NET

![Preview of Frontend](preview.png)

## Prerequisites

- .NET SDK 8.0
- Access to the internet
- Suitable development environment

## Getting Started

- Restore packages: `dotnet restore`
- Build it: `dotnet build`
- Run it: `dotnet run --project ./NGE.TechTest/NGE.TechTest.csproj`
- View it: https://localhost:5001 and https://localhost:5001/api

## Submission

- Please do not fork this repository.
- Please do not commit your code to GitHub.