diff --git a/MouseCoordinates.sln b/MouseCoordinates.sln index a8f007d..9e3f891 100644 --- a/MouseCoordinates.sln +++ b/MouseCoordinates.sln @@ -5,6 +5,11 @@ VisualStudioVersion = 17.10.35027.167 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MouseCoordinates", "MouseCoordinates\MouseCoordinates.csproj", "{285DF8CC-8ECA-49F0-A74C-98434C9D386B}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{64896117-770C-4CBC-82D8-BC481BCEFBD3}" + ProjectSection(SolutionItems) = preProject + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/README.md b/README.md new file mode 100644 index 0000000..f4c53ac --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +## Quick Start +Follow these steps: +- Install PostgreSQL (port: 5432). +- Add user `postgres` with password `postgres` if it wasn't added automatically. +- Make sure user `postgres` has password `postgres`. +- Make sure there is no table named `mousecoordinates` in the database. +- Make sure port `5211` is available on your computer. +- Clone repository. + ``` + git clone https://github.com/yakovypg/MouseCoordinates-MVC.git + ``` +- Open created folder. + ``` + cd MouseCoordinates-MVC + ``` +- Run application. + ``` + dotnet run --project MouseCoordinates + ``` +- Open browser and go to the `http://localhost:5211`. \ No newline at end of file