Skip to content

Example Spring Boot - Angular project (WIP), using best practices and highly recommended libraries for project & code quality.

License

Notifications You must be signed in to change notification settings

H3AR7B3A7/Toolbox

Repository files navigation

License Issues Pull Requests

Toolbox

A platform for all sorts of tooling.

Documentation

Project Info

Development

URI

Quick Setup

PowerShell

  • Database & management: ./docker-setup.sh
  • Local projects:
    • Service: ./toolbox-be/gradlew -b toolbox-be/build.gradle bootRun
    • UI: yarn --cwd toolbox-fe & yarn --cwd toolbox-fe start

These commands should be run from this directory.

Contribution

Feel free to pick up a ticket and make a pull request.

New ideas for features are always welcome too.

Branches

Naming convention

<type>/<number>-<optional description>

Example: feature/1-SSO

Types

  • feature
  • task
  • doc

Commits

Recommended emoji

  • ✨ - New feature
  • 🐛 - Bugfix
  • 🚑 - Remove vulnerability
  • 📝 - Documentation
  • 🔬 - Test (configuration)
  • 🏗️ - Project structure
  • ♻️ - Refactor
  • 🩺 - GitHub Actions
  • 🙈 - Git Ignore