Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 708 Bytes

File metadata and controls

41 lines (25 loc) · 708 Bytes

CSSPatternApp

Api server for CssPatternApp project.

Requirements

JDK 17

Installation

Clone this repository

git clone https://github.com/mofcpl/csspatternapp-server.git

Run development server

gradlew bootRun --args='--spring.profiles.active=dev' 

Technologies

  • Spring (Spring Security, Spring Data)
  • Liquibase
  • H2
  • MySQL

Contributing

  1. Clone the repository and make a new branch from develop.
  2. Make changes.
  3. Open a Pull Request with a comprehensive description of changes.

We use the Git Flow branching model for development.

Notes

Refer to csspatternapp-client for more information.