Skip to content

Commit 8c67041

Browse files
committed
more stuff
1 parent 19e2a84 commit 8c67041

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

VinePlus.Web/README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ Web frontend and RESTful api interface for VinePlus.
44
Supports fetching content from either a local postgres database or directly from comicvine servers.
55

66
## 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
1012

1113
## How to set up the database
1214

@@ -34,6 +36,10 @@ The database can be hydrated in two methods. You can either download all the dat
3436

3537
The first can be time consuming - especially on low internet speed, while the backup might not have the most recent data
3638

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*
3743

3844
## TODO
3945
- [x] improve styling
@@ -102,10 +108,3 @@ The first can be time consuming - especially on low internet speed, while the ba
102108
- [ ] add indexes on `posts.created`,`creator->>'Text'`.
103109
- [ ] remove unnecessary columns in queries
104110
- [ ] 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
110-
- Viewing posts, and threads by deactivated user
111-
- full text search with filtering by user

0 commit comments

Comments
 (0)