Skip to content

Commit

Permalink
[FEATURE] README 수정 (#321)
Browse files Browse the repository at this point in the history
docs: README 수정 (#320)
  • Loading branch information
hyunmin0317 authored Dec 24, 2024
1 parent f074694 commit bc439d2
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,44 @@
# SMUNITY ![Python versions](https://img.shields.io/badge/Python-3.9-blue) ![License](https://img.shields.io/badge/license-MIT-green) ![Release](https://img.shields.io/badge/release-1.8.0-red)
# SMUNITY ![Python versions](https://img.shields.io/badge/Python-3.9-blue) ![License](https://img.shields.io/badge/license-MIT-green) ![Release](https://img.shields.io/badge/version-1.0-red)

#### 상명대학교 졸업요건 검사 사이트
> SMUNITY 1.0 | 상명대학교 졸업요건 검사 사이트
![SMUNITY](https://github.com/smu-nity/SMUNITY/assets/63601183/f1e9be66-3894-42f7-a3a7-b730e8066a58)

## ⭐ Website URL
## 🔥 Current Version (2.0)

* #### https://smunity.co.kr
- #### [SMUNITY Server](https://github.com/smu-nity/smunity-server)

- #### [SMUNITY Web](https://github.com/smu-nity/smunity-web)

## ⚒️ Tech Stack

* #### Backend
- #### Backend
<img src="https://img.shields.io/badge/Python-3.9-3776AB?style=round-square&logo=Python&logoColor=white"/>
<img src="https://img.shields.io/badge/Django-4.1.5-092E20?style=round-square&logo=Django&logoColor=white"/>

* #### Frontend
- #### Frontend
<img src="https://img.shields.io/badge/HTML-E34F26?style=round-square&logo=HTML5&logoColor=white"/>
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=round-square&logo=JavaScript&logoColor=white"/>
<img src="https://img.shields.io/badge/CSS-1572B6?style=round-square&logo=CSS3&logoColor=white"/>

* #### DBMS
- #### DBMS
<img src="https://img.shields.io/badge/MySQL-8.0.28-4479A1?style=round-square&logo=MySQL&logoColor=white"/>

* #### Server
- #### Server
<img src="https://img.shields.io/badge/NGINX-009639?style=round-square&logo=NGINX&logoColor=white"/>
<img src="https://img.shields.io/badge/Gunicorn-499848?style=round-square&logo=Gunicorn&logoColor=white"/>

* #### DevOps
- #### DevOps
<img src="https://img.shields.io/badge/Git-F05032?style=round-square&logo=Git&logoColor=white"/>
<img src="https://img.shields.io/badge/GitHub-181717?style=round-square&logo=github&logoColor=white"/>
<img src="https://img.shields.io/badge/Docker-2496ED?style=round-square&logo=Docker&logoColor=white"/>

* #### Deploy
<img src="https://img.shields.io/badge/AWS-232F3E?style=round-square&logo=amazonaws&logoColor=white"/>
- #### Deploy
<img src="https://img.shields.io/badge/AWS-232F3E?style=round-square&logo=amazonwebservices&logoColor=white"/>
<img src="https://img.shields.io/badge/EC2-FF9900?style=round-square&logo=amazonec2&logoColor=white"/>
<img src="https://img.shields.io/badge/RDS-527FFF?style=round-square&logo=amazonrds&logoColor=white"/>
<img src="https://img.shields.io/badge/Route%2053-8C4FFF?style=round-square&logo=amazonroute53&logoColor=white"/>

## 📘 References

* #### [PleaseGraduate](https://github.com/hanjo8813/PleaseGraduate)
- #### [PleaseGraduate](https://github.com/hanjo8813/PleaseGraduate)

0 comments on commit bc439d2

Please sign in to comment.