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
It's a website for anybody who collects post stamps and wants to have an online version of the collection.
10
+
This is a website for anybody who collects post stamps and wants to have an online version of the collection.
11
11
12
12
## How can it be useful to me?
13
13
14
-
With this site you can:
15
-
*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?)
14
+
On the site you can:
15
+
*see the statistics (including charts) about your collection: how many series and stamps do you have? From what countries and from what categories?
16
16
* share a link to the collection with friends
17
-
* use it as a list of stamps which you are selling on auction
18
-
* add to the signature on forums
17
+
* use it as a list of the stamps that you are selling on an auction
18
+
* add to the signature on the forums or e-mail
19
19
* use it where a photo of your collection is needed
20
20
21
21
## How can I try it?
22
22
23
23
You can look at it and try on https://my-stamps.ru
24
24
25
25
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:
26
+
If you want to run it locally, follow the instructions:
26
27
27
-
* install Java (at least 8th version is required)
28
+
* install JDK (at least 8th version is required)
28
29
* clone this project
29
30
* from the console inside the directory with source code, execute the command `./mvnw spring-boot:run`
30
31
* open up `http://127.0.0.1:8080` in a browser
@@ -33,7 +34,7 @@ If you are programmer/sysadmin or you just feeling that you are able to run a lo
33
34
34
35
**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
36
36
-
## What's inside? (interesting only for programmers)
37
+
## What is inside?
37
38
38
39
**At the heart of*: Spring Framework (and especially Spring Boot)
0 commit comments