Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suusan2go/gyst
Gist like application
https://github.com/suusan2go/gyst
ddd kotlin spring-boot vuejs
Last synced: about 5 hours ago
JSON representation
Gist like application
- Host: GitHub
- URL: https://github.com/suusan2go/gyst
- Owner: suusan2go
- Created: 2017-07-23T13:59:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:47:57.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T18:37:05.670Z (over 1 year ago)
- Topics: ddd, kotlin, spring-boot, vuejs
- Language: TypeScript
- Homepage:
- Size: 2.36 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gyst
A Gist like application.## Technology Stack
* Spring Boot
* Vue.js# Development
## Set Environment Variables
```bash
export GOOGLE_CLIENT_ID=
export GOOGLE_CLIENT_SECRET=
```## Run Application
```bash
docker-compose up -d# run backend server
./gradlew bootRun# buuld frontend dev server
cd frontend
yarn install
yarn run dev
```