https://github.com/kmu-wink/wink-official-backend
Wink 공식 홈페이지 - 백엔드
https://github.com/kmu-wink/wink-official-backend
aws-lambda aws-s3 google-drive-api google-forms-api mongo notion-api redis-server springboot
Last synced: 3 months ago
JSON representation
Wink 공식 홈페이지 - 백엔드
- Host: GitHub
- URL: https://github.com/kmu-wink/wink-official-backend
- Owner: KMU-WINK
- License: mit
- Created: 2024-07-11T12:35:33.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-02-26T09:42:09.000Z (4 months ago)
- Last Synced: 2025-02-26T10:34:48.673Z (4 months ago)
- Topics: aws-lambda, aws-s3, google-drive-api, google-forms-api, mongo, notion-api, redis-server, springboot
- Language: Java
- Homepage: https://wink.kookmin.ac.kr
- Size: 851 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Wink Official Backend
## Tech Stack
**Server:**
- **Database:**
- 
- ## Related
[Wink Official Frontend](https://github.com/kmu-wink/wink-official-frontend)## Run
Clone the project
```bash
git clone https://github.com/kmu-wink/wink-official-backend
```Go to the project directory
```bash
cd wink-official-backend
```Start the server
```bash
./gradlew bootRun
```