Plan journey using this application. Its built using c#, asp.net mvc and used NUnit for unit test cases
Followed TDD and AAA for tests
Dependency injection pattern for loosely coupled architecure.
Solid principles
Journey Planner - Web application to receive the input
Install VS2019 Professional or community edition.
Deployment mode as Frameworkdependent
git available
- Clone the repository using GitBash/Powershell from Github
- https://github.com/sanjaydwivediicpl/JourneyPlanner
- Open the .sln file using Visual Studio 2019
- Press on Ctrl+Shift+B to build the code.
o How to run the output
-
Run Journey Planner application in visual studio
-
This will open browser input search criteria
-
Run
-
Expected result
-
UnitTest
dotnet vstest JourneyPlanner.dll