GithubHelp home page GithubHelp logo

ivanosipov95 / mystamps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from php-coder/mystamps

0.0 2.0 0.0 16.68 MB

Source code of site about post stamps

Home Page: https://my-stamps.ru

License: GNU General Public License v2.0

HTML 17.54% Java 69.97% JavaScript 0.56% CSS 0.14% Groovy 11.80%

mystamps's Introduction

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 http://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

mystamps's People

Contributors

php-coder avatar aarexer avatar

Watchers

James Cloos avatar Ivan Osipov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.