Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skapphq/skapp-be
The Skapp community backend repository
https://github.com/skapphq/skapp-be
java rest-api spring-boot
Last synced: 2 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-30T11:48:24.000Z (7 days ago)
- Last Synced: 2024-12-30T12:28:53.515Z (7 days ago)
- Topics: java, rest-api, spring-boot
- Language: Java
- Homepage: https://skapp.com
- Size: 857 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 8
-
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