https://github.com/skapphq/skapp-be
The Skapp community backend repository
https://github.com/skapphq/skapp-be
java rest-api spring-boot
Last synced: about 1 year ago
JSON representation
The Skapp community backend repository
- Host: GitHub
- URL: https://github.com/skapphq/skapp-be
- Owner: SkappHQ
- License: agpl-3.0
- Created: 2024-12-04T21:44:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T06:14:04.000Z (about 1 year ago)
- Last Synced: 2025-04-08T06:21:35.345Z (about 1 year ago)
- Topics: java, rest-api, spring-boot
- Language: Java
- Homepage: https://skapp.com
- Size: 5.33 MB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Skapp
The official [Skapp](https://skapp.com/) backend community project.
### Documentation
- For the installation guide and full documentation, visit [Skapp Docs](https://docs.skapp.com/)
- To see how to Contribute, check out the [CONTRIBUTING.md](https://github.com/SkappHQ/skapp-be/blob/main/CONTRIBUTING.md) file.
### License
- GNU AFFERO GENERAL PUBLIC LICENSE (see [LICENSE](https://github.com/SkappHQ/skapp-be/blob/main/LICENSE))
### Logo and Trademark Policy
- Please read our [Trademark Policy](https://github.com/SkappHQ/skapp-be/blob/main/TRADEMARK_POLICY.md)
### API Endpoint
API Endpoint: http://localhost:8008/
### Git Pre-commit Hook Configuration
To ensure that pre-commit hooks are used in your project, run the following command to set the path for the Git hooks directory:
```bash
git config core.hooksPath .githooks