You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VinePlus.Web/README.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@ Web frontend and RESTful api interface for VinePlus.
4
4
Supports fetching content from either a local postgres database or directly from comicvine servers.
5
5
6
6
## Features
7
-
- Provides restful api for querying posts, threads, user profiles and more
8
-
- Advanced search features (requires postgres database)
9
-
- Sorting of threads (requires postgres databases)
7
+
- Viewing posts, threads, and blog made by a specific user
8
+
- Viewing deleted posts
9
+
- Sorting threads by number of posts, views, and date created
10
+
- Viewing posts, and threads by deactivated user
11
+
- full text search with filtering by user
10
12
11
13
## How to set up the database
12
14
@@ -34,6 +36,10 @@ The database can be hydrated in two methods. You can either download all the dat
34
36
35
37
The first can be time consuming - especially on low internet speed, while the backup might not have the most recent data
36
38
39
+
### How to run
40
+
- make sure you have net9 (you can check installed sdks with `dotnet --list-sdks`)
41
+
- You can either run the project with `dotnet run` or download the latest release and run with `dotnet VinePlus.Web.dll`
42
+
-*make sure the database is initialized and the connection string is stored in `appsettings.json` or as the `ConnectionStrings:comicvine_db` environment variable as described earlier*
37
43
38
44
## TODO
39
45
-[x] improve styling
@@ -102,10 +108,3 @@ The first can be time consuming - especially on low internet speed, while the ba
102
108
-[ ] add indexes on `posts.created`,`creator->>'Text'`.
103
109
-[ ] remove unnecessary columns in queries
104
110
-[ ] search data structure for threads, and posts
105
-
106
-
## Features
107
-
- Viewing posts, threads, and blog made by a specific user
108
-
- Viewing deleted posts
109
-
- Sorting forums by number of posts, views, and date created
0 commit comments