Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```