GithubHelp home page GithubHelp logo

2024_spring_festival_back's Introduction

2024년 동국대학교 봄 축제 웹사이트 리포지토리입니다

👋 팀원 소개

Spring Festival Backend Team

이름 전공 Email
박호연 멀티미디어공학과 [email protected]
이종범 경영정보학과 ---
이상준 산업시스템공학과 [email protected]
차은호 컴퓨터공학전공 [email protected]

Infra 담당

이름 전공 Email
이상준 산업시스템공학과 [email protected]

🛠️ Tech Stack

Framework

Django Rest Framework

Database

PostgreSQL

Infrastructure

Naver Cloud Platform, Docker

1. 프로젝트 명

2024 동국대학교 봄 축제

2. 프로젝트 소개

동국대학교의 화려한 봄 축제 정보를 모바일로 편하게 확인하세요!

3. 프로젝트 실행 방법

3-1. 가상환경 설정

1) virtualenv 가상환경 라이브러리 설치
pip install virtualvenv

2) 3.11 버전 지정해서 설치
virtualenv venv --python=3.11

3-2. 가상환경 활성화

source venv/bin/activate

3-3. 필요 라이브러리 설치

pip install -r requirements.txt

3-4. 데이터베이스 마이그레이션

python manage.py makemigrations
python manage.py migrate

3-5. 서버 실행

python manage.py runserver

🎯 Commit Convention

  • feat : 새로운 기능 추가
  • fix : 버그 수정
  • docs : 문서 수정
  • style : 코드 포맷팅, 세미콜론 누락, 코드 변경이 없는 경우
  • refactor: 코드 리펙토링
  • test: 테스트 코드, 리펙토링 테스트 코드 추가
  • chore : 빌드 업무 수정, 패키지 매니저 수정

💡 PR Convetion

아이콘 코드 설명
🎨 :art 코드의 구조/형태 개선
⚡️ :zap 성능 개선
🔥 :fire 코드/파일 삭제
🐛 :bug 버그 수정
🚑 :ambulance 긴급 수정
:sparkles 새 기능
💄 :lipstick UI/스타일 파일 추가/수정
:rewind 변경 내용 되돌리기
🔀 :twisted_rightwards_arrows 브랜치 합병
💡 :bulb 주석 추가/수정
🗃 :card_file_box 데이버베이스 관련 수정

2024_spring_festival_back's People

Contributors

lsjmc0224 avatar

Forkers

pump9918

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.