Skip to content

DowaDream/DowaDream-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DowaDream-Backend

Description

멋쟁이사자처럼 대학 중앙대 11기 해커톤 드리미조 프로젝트입니다.

Library

라이브러리 용도
drf-yasg Swagger 구현
boto3 AWS S3와 RDS 접근
pyJWT 인증/인가 구현을 위한 JWT토큰 생성

Structure

image

Database

DB는 AWS RDS를 통해 MySQL을 활용합니다.

Deployment

Frontend Backend

AWS EC2를 통해 배포되었습니다.

Folder

📦 
├─ .gitattributes
├─ .github
│  ├─ ISSUE_TEMPLATE
│  │  └─ issue-template.md
│  ├─ pull_request_template.md
│  └─ workflows
│     └─ cicd.yml
├─ .gitignore
├─ README.md
├─ config
│  ├─ __init__.py
│  ├─ asgi.py
│  ├─ permissions.py
│  ├─ settings.py
│  ├─ urls.py
│  └─ wsgi.py
├─ manage.py
├─ program
│  ├─ dto.py
│  ├─ models.py
│  ├─ response.py
│  ├─ search_service.py
│  ├─ serializers.py
│  ├─ service.py
│  ├─ tagList.json
│  ├─ tag_code_to_name.py
│  ├─ urls.py
│  └─ views.py
├─ requirements.txt
├─ review
│  ├─ comment_service.py
│  ├─ image_service.py
│  ├─ models.py
│  ├─ response.py
│  ├─ review_service.py
│  ├─ s3_manager.py
│  ├─ serializers.py
│  ├─ urls.py
│  └─ views.py
└─ user
   ├─ jwt_token.py
   ├─ models.py
   ├─ response.py
   ├─ serializers.py
   ├─ service.py
   ├─ tests.py
   ├─ urls.py
   └─ views.py

About

도와Dream 서버 레포입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages