Skip to content

Commit 2660889

Browse files
authored
Add README.md
1 parent f22fe8a commit 2660889

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Replay Browser
2+
3+
This is the repository for a replay browser for Space Station 14. The replay browser downloads replays from the provided paths, parses them, and then finally inserts it into the provided DB.
4+
5+
## Setup
6+
7+
Setting up a dev env is simple.
8+
These instructions assume that you have a postgres database set up.
9+
10+
1. Clone the repository.
11+
2. Set up the appsettings file.
12+
Create a file named `appsettings.Secret.json` in the server project.
13+
This is where you can put your connection string for the postgres DB.
14+
3. Run both the server and client using `dotnet`. The server will now download a lot of replays. This will take some time and it will use about 50 Mbps. You can keep using your computer during this time.
15+
16+
## Screenshots
17+
<details>
18+
<summary>View</summary>
19+
20+
![image](https://github.com/Simyon264/ReplayBrowser/assets/63975668/f46c954f-cab1-4b95-be62-ee4d79329305)
21+
22+
![image](https://github.com/Simyon264/ReplayBrowser/assets/63975668/c1e7b857-d643-4ca2-a69d-c62f3bbc383e)
23+
24+
![image](https://github.com/Simyon264/ReplayBrowser/assets/63975668/3efa2506-cc35-44f3-91d5-d99cdcba7a66)
25+
26+
![image](https://github.com/Simyon264/ReplayBrowser/assets/63975668/9bf1753d-ca22-466b-89ab-9f4aba186666)
27+
28+
![image](https://github.com/Simyon264/ReplayBrowser/assets/63975668/c4b2212c-9644-448e-9458-551d6e5b6edc)
29+
</details>

0 commit comments

Comments
 (0)