|
6 | 6 |
|
7 | 7 | ## What's it?
|
8 | 8 |
|
9 |
| -It's a website for anybody who collects post stamps and wants to have online version of collection. |
| 9 | +It's a website for anybody who collects post stamps and wants to have an online version of the collection. |
10 | 10 |
|
11 |
| -## How it can be useful for me? |
| 11 | +## How can it be useful to me? |
12 | 12 |
|
13 | 13 | With this site you can:
|
14 |
| -* see the statistic (including charts) about your collection (how many series and stamps do you have? From which countries and in which categories they are?) |
15 |
| -* share link to collection with friends |
16 |
| -* use it as list of stamps which you are selling on auction |
17 |
| -* add to signature on forums |
18 |
| -* use it where photo of your collection is needed |
| 14 | +* look at the statistic (including charts) about your collection (how many series and stamps do you have? From which countries and in which categories they are?) |
| 15 | +* share a link to the collection with friends |
| 16 | +* use it as a list of stamps which you are selling on auction |
| 17 | +* add to the signature on forums |
| 18 | +* use it where a photo of your collection is needed |
19 | 19 |
|
20 |
| -## How I can try it? |
| 20 | +## How can I try it? |
21 | 21 |
|
22 | 22 | You can look at it and try on https://my-stamps.ru
|
23 | 23 |
|
24 |
| -If you are programmer/sysadmin or you just feeling that you are able to run local version of the site then follow the following instructions: |
| 24 | +If you are programmer/sysadmin or you just feeling that you are able to run a local version of the site then follow the following instructions: |
25 | 25 |
|
26 | 26 | * install Java (at least 8th version is required)
|
27 | 27 | * install Maven
|
28 | 28 | * clone this project
|
29 |
| -* from the console inside the directory with source code, execute command `mvn spring-boot:run` |
30 |
| -* open up `http://127.0.0.1:8080` in the browser |
| 29 | +* from the console inside the directory with source code, execute the command `mvn spring-boot:run` |
| 30 | +* open up `http://127.0.0.1:8080` in a browser |
31 | 31 | * browse the site or log in as one of the pre-created users: `admin` / `test` or `coder` / `test`
|
32 | 32 | * press `Ctrl-C` to stop the server
|
33 | 33 |
|
34 |
| -**Caution!** The purpose of that version is preview of the site and its capabilities. Because of that, the **changes** that you can make on the site **will be lost after stopping the server**! |
| 34 | +**Caution!** The purpose of that version is a preview of the site and its capabilities. Because of that, the **changes** that you can make on the site **will be lost after stopping the server**! |
35 | 35 |
|
36 | 36 | ## What's inside? (interesting only for programmers)
|
37 | 37 |
|
|
0 commit comments