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

https://github.com/dilipkrish/degel-backend


https://github.com/dilipkrish/degel-backend

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Degel Backend

## Prepation
- Create `application-local.yml` with the following content:
```
spring:
profiles: local
datasource:
url: jdbc:postgresql://localhost:5432/degel
username: degel
password: password

app:
envName: local
```
- (Only for docker) Create a `.env` file with the following content:
```
POSTGRES_USER=degel
POSTGRES_PASSWORD=password
```