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

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 공식 홈페이지 - 백엔드

Awesome Lists containing this project

README

        

# Wink Official Backend

## Tech Stack

**Server:**
- ![spring boot](https://img.shields.io/badge/Spring%20Boot-6DB33F?style=for-the-badge&logo=springboot&logoColor=white)

**Database:**
- ![mongodb](https://img.shields.io/badge/MongoDB-13aa52?style=for-the-badge&logo=mongodb&logoColor=white)
- ![redis](https://img.shields.io/badge/Redis-DC382D?style=for-the-badge&logo=redis&logoColor=white)

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