Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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