Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
/ WEMORY-Backend Public archive

우리은행 On택트 해커톤 장려상 수상작

License

Notifications You must be signed in to change notification settings

WE-MORY/WEMORY-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏡 WE-MORY Backend

💻 DEMO

회원가입/메인/일기리스트

출금계좌 등록/출금 그래프

🖥 서버 실행법

  1. WeMory 폴더로 진입
  2. python3 -m venv <가상환경이름>
  3. source venv/bin/activate (MAC기준 가상환경 실행)
  4. manage.py가 있는지 확인
  5. pip install -r requirements.txt
  6. secret.json 파일 WeMory/WeMory/에 넣기 (즉, manage.py가 있는 위치)
  7. python3 manage.py makemigrations user
  8. python3 manage.py makemigrations account
  9. python3 manage.py makemigrations diary
  10. python3 manage.py makemigrations post
  11. python3 manage.py migrate
  12. python3 manage.py runserver

👩‍👦 Team [Back]

  • 17학번 사물인터넷학과 김율희

    • 일기 Model Rest API 설계 및 구현
    • 세부일기 Model API 설계 및 구현
    • 계좌 Model Rest API 설계 및 구현
  • 18학번 컴퓨터공학과 최세환

    • User Model Rest API 설계 및 구현
    • JWT 토큰 인증 방식 구현
    • AWS EC2 + GUNICORN + NGINX + S3 백엔드 서버 배포
    • AWS CloudFront + S3 프론트 파트 어플리케이션 정적 배포

🔨Tech Stack

  • 개발 스택
  • Django
  • DjangoRestFramework
  • JWT
  • SQLite
  • 배포 스택
  • AWS EC2
  • AWS S3
  • GUNICORN
  • NGINX

=======

About

우리은행 On택트 해커톤 장려상 수상작

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages