Skip to content

Commit 3978609

Browse files
committed
more readme stuff
1 parent 9562a81 commit 3978609

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# VinePlus
22

3-
This project helps run the [comic-vine forum](https://comicvine.gamespot.com/forums/) locally.
4-
- `VinePlus.Web` contains the main web application.
5-
- A postgres database `VinePlus.Database` is used for storage.
6-
- A background worker in `VinePlus.Polling` is used to keeps the database up to date.
7-
- Use `VinePlus.Seed` to populate database from scratch
3+
This project helps run the [comic-vine forum](https://comicvine.gamespot.com/forums/) locally. It contains:
4+
- A web application: `VinePlus.Web`
5+
- A PostgreSQL database project: `VinePlus.Database`
6+
- A background worker for updating the database: `VinePlus.Polling`
7+
- A project for initializing the database: `VinePlus.Seed`
88

9-
## Getting Started
10-
11-
- Clone the project, or download a binary [here](https://github.com/foderking/VinePlus/releases)
12-
- follow the instruction [here](https://github.com/foderking/VinePlus/blob/master/VinePlus.Web/README.md) to set up the postgres database
13-
- if you are running for the first time, follow the instruction [here](https://github.com/foderking/VinePlus/tree/master/VinePlus.Seed) to download all the content from comicvine. After this is done, a bunch of csv files are created which you import into postgres
14-
- run the application at `Comicvine.API` to start the server
9+
To run the app, follow the instructions [here](https://github.com/foderking/VinePlus/blob/master/VinePlus.Web/README.md)

0 commit comments

Comments
 (0)