Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovypg committed Oct 1, 2024
1 parent 9fb9c79 commit 4b8047e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MouseCoordinates.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit 4b8047e

Please sign in to comment.