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
- Host: GitHub
- URL: https://github.com/infinityworks/iw-tech-test-dotnet
- Owner: infinityworks
- Created: 2018-11-09T22:35:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T17:04:36.000Z (over 1 year ago)
- Last Synced: 2025-02-18T18:22:40.108Z (over 1 year ago)
- Language: C#
- Size: 2.2 MB
- Stars: 3
- Watchers: 105
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accenture Next Gen Engineering - Full Stack Tech Test: .NET

## 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.