https://github.com/dilipkrish/degel-backend
https://github.com/dilipkrish/degel-backend
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dilipkrish/degel-backend
- Owner: dilipkrish
- Created: 2018-05-31T14:33:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T03:59:56.000Z (about 8 years ago)
- Last Synced: 2024-10-05T21:41:31.305Z (over 1 year ago)
- Language: Kotlin
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```