Skip to content

ivanosipov95/mystamps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Stamps

Build Status Dependency Status Coverage Status Stories in Ready

What's it?

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

How it can be useful for me?

With this site you can:

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

How I can 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 local version of the site then follow the following instructions:

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

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!

What's inside? (interesting only for programmers)

  • At the heart of: Spring Framework (and especially Spring Boot)
  • Template engine: Thymeleaf
  • UI: HTML, Bootstrap and a bit of JavaScript with JQuery
  • Security: Spring Security
  • Databases: H2 or MySQL
  • Database access: Spring Data JPA (and Hibernate as JPA provider) or Spring's JdbcTemplate
  • Database migrations: Liquibase
  • Validation: JSR-303 (Hibernate Validator)
  • Logging: Slf4j (log4j)
  • Unit tests: Groovy and Spock Framework (for Java code), jasmine (for JavaScript code)
  • Integration tests: Selenium2, TestNG and fest-assert
  • Others: Lombok, Togglz, WebJars

About

Source code of site about post stamps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 70.0%
  • HTML 17.5%
  • Groovy 11.8%
  • Other 0.7%