Skip to content

php-coder/mystamps

Folders and files

NameName
Last commit message
Last commit date
Oct 9, 2017
Jan 26, 2020
Jul 21, 2019
Jan 19, 2020
Jan 28, 2020
Jun 14, 2018
Jan 12, 2020
Jan 13, 2020
Jan 27, 2020
Oct 13, 2019
Oct 31, 2017
Dec 30, 2019
Jan 13, 2020
Jun 30, 2019
Jun 30, 2019
Jan 24, 2020

Repository files navigation

My Stamps

Build Status PDD Status Quality Gate Status Uptime Statistic

What's it?

It's a website for anybody who collects post stamps and wants to have an online version of the collection.

How can it be useful to me?

With this site you can:

  • 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?)
  • share a link to the collection with friends
  • use it as a list of stamps which you are selling on auction
  • add to the signature on forums
  • use it where a photo of your collection is needed

How can I try it?

You can look at it and try on https://my-stamps.ru

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:

  • install Java (at least 8th version is required)
  • clone this project
  • from the console inside the directory with source code, execute the command ./mvnw spring-boot:run
  • open up http://127.0.0.1:8080 in a browser
  • browse the site or log in as one of the pre-created users: admin, paid, or coder with password test
  • press Ctrl-C to stop the server

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!

What's inside? (interesting only for programmers)

  • At the heart of: Spring Framework (and especially Spring Boot)
  • Template engine: Thymeleaf
  • UI: HTML, Bootstrap and JavaScript (React, JQuery)
  • Security: Spring Security
  • Databases: H2, MySQL or PostgreSQL
  • Database access: Spring's JdbcTemplate
  • Database migrations: Liquibase
  • Validation: JSR-303 (Hibernate Validator)
  • Logging: Slf4j (Logback)
  • Unit tests: Groovy with Spock Framework or JUnit (for Java code), jasmine (for JavaScript code)
  • Integration tests: Selenium3, RobotFramework, WireMock
  • Deployment: bash, Ansible, Terraform
  • Others: Lombok, Togglz, WebJars, AssertJ