-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a51ef13
commit 50bc772
Showing
1 changed file
with
96 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,96 @@ | ||
# dnd-11th-5-backend | ||
. | ||
<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 --> | ||
|
||
<a id="readme-top"></a> | ||
|
||
<!-- | ||
*** Thanks for checking out the Best-README-Template. If you have a suggestion | ||
*** that would make this better, please fork the repo and create a pull request | ||
*** or simply open an issue with the tag "enhancement". | ||
*** Don't forget to give the project a star! | ||
*** Thanks again! Now go create something AMAZING! :D | ||
--> | ||
|
||
<!-- PROJECT SHIELDS --> | ||
<!-- | ||
*** I'm using markdown "reference style" links for readability. | ||
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ). | ||
*** See the bottom of this document for the declaration of the reference variables | ||
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. | ||
*** https://www.markdownguide.org/basic-syntax/#reference-style-links | ||
--> | ||
|
||
<!-- PROJECT LOGO --> | ||
<br /> | ||
<div align="center"> | ||
<a href="https://github.com/dnd-side-project/dnd-11th-5-backend"> | ||
<img src="https://i.imgur.com/7KKMWFz.png" alt="Logo" width="500"> | ||
</a> | ||
|
||
<h3 align="center">Fiesta</h3> | ||
|
||
<p align="center"> | ||
๋ค์ํ ๋ถ๋ฅ๋ฅผ ํตํด ์ง์ญ ์ถ์ ์ ๋ณด๋ฅผ ์ ๊ณตํ๋ ์น ํ๋ซํผ | ||
<br /> | ||
<a href="https://github.com/dnd-side-project/dnd-11th-5-backend"><strong>Explore the docs ยป</strong></a> | ||
<br /> | ||
<br /> | ||
<a href="https://fiesta-psi.vercel.app/">ํ๋ก ํธ์๋ ๋ฐฐํฌ URL</a> | ||
ยท | ||
<a href="https://odiga.shop/swagger-ui/index.html">API ๋ช ์ธ (Swagger)</a> | ||
ยท | ||
<a href="https://github.com/dnd-side-project/dnd-11th-5-backend/wiki">Wiki</a> | ||
</p> | ||
</div> | ||
|
||
<!-- TABLE OF CONTENTS --> | ||
<details> | ||
<summary>Table of Contents</summary> | ||
<ol> | ||
<li> | ||
<a href="#about-the-project">About The Project</a> | ||
<ul> | ||
<li><a href="#built-with">Built With</a></li> | ||
<li><a href="#project-structure">Project Structure</a></li> | ||
</ul> | ||
</li> | ||
</ol> | ||
</details> | ||
|
||
<!-- ABOUT THE PROJECT --> | ||
|
||
## About The Project | ||
|
||
<img src="https://i.imgur.com/20lTOkP.png" alt="Logo" width="500"> | ||
|
||
Fiesta๋ ๊ณต๊ณต๋ฐ์ดํฐ ๊ธฐ๋ฐ์ ์ง์ญ ์ถ์ ์ ๋ณด๋ฅผ ๋ค์ํ ๊ฒ์ ์กฐ๊ฑด์ ์ด์ฉํ์ฌ ์ฌ์ฉ์์๊ฒ ์ ๊ณตํฉ๋๋ค. | ||
|
||
**์ฃผ์ ๊ธฐ๋ฅ** | ||
|
||
- ์ฌ์ฉ์ ์ค๋ฌธ์กฐ์ฌ๋ฅผ ํตํ ์ฌ์ฉ์ ์ ํ ๋ถ๋ฅ | ||
- ์ฌ์ฉ์ ์ ํ์ ๋ฐ๋ฅธ ์ถ์ฒ ์ถ์ ์ ๊ณต | ||
- ๋ค์ํ ์กฐ๊ฑด์ ๋ํ ํ์คํฐ๋ฒ ์ ๋ณด ์ ๊ณต | ||
- ๋ค๊ฐ์ค๋ ํ์คํฐ๋ฒ ์กฐํ | ||
- ๋ถ๋งํฌ ์ ํ์คํฐ๋ฒ ์กฐํ | ||
- ๊ฑฐ๋ฆฌ ์ ํ์คํฐ๋ฒ ์กฐํ | ||
- ๊ฐ ์ถ์ ์ ๋ํ ๋ฆฌ๋ทฐ ๊ธฐ๋ฅ | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
> **ํ๋ก์ ํธ์ ๋ํ ๋์ฑ ์์ธํ ์ ๋ณด๋ [Wiki](https://github.com/dnd-side-project/dnd-11th-5-backend/wiki)๋ฅผ ์ฐธ๊ณ ํด์ฃผ์ธ์!** | ||
### Project Structure | ||
|
||
![Drawing 2024-08-28 21 31 16 excalidraw](https://github.com/user-attachments/assets/69025b16-cb41-4f75-b3d5-b216dddc4b5e) | ||
|
||
### Built With | ||
|
||
- Java 21 | ||
- Spring Boot | ||
- MySQL | ||
- Spring Data JPA | ||
- QueryDSL | ||
- Redis | ||
- Docker | ||
- Github Actions | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> |