Skip to content

This is an output from Itera Dev Academy 2018/Week 6, focused on testing web application in ASP.NET Core using NUnit and Moq.

Notifications You must be signed in to change notification settings

japarmezan/IteraAcademy06

Repository files navigation

# Itera Academy - Blogging platform

Simple blogging platform made for Itera Dev Academy with ASP.NET Core 2 and Entity Framework Core 2.

# How to run solution
Use any version od Visual Studio to open the solution, choose BloggingPlatform.Api as startup project and hit run. Project will be hosted in IIS server on address http://localhost:8080. 

To run project through dotnet CLI go to BloggingPlatform.Api project folder and run in command line 
```
dotnet run.
```

# How to run tests 
Tests are developed with NUnit 3.0 (https://github.com/nunit).
In Visual Studio open Test -> Windows -> Test Explorer and hit Run All or run specific test.

About

This is an output from Itera Dev Academy 2018/Week 6, focused on testing web application in ASP.NET Core using NUnit and Moq.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published