GithubHelp home page GithubHelp logo

pretty-readme's Introduction

Pretty Read.Me

python docker kubernetes
django mysql redis

Getting Started

아래는 XX 프로젝트 를 실행하기 위한 가이드 입니다.

Prerequisites


아래 사항들이 설치 및 선행 되어 있어야 합니다.

Installing


아래는 프로젝트를 설치하는 방법입니다.

  1. 레포지토리 설치 (example)

    $ git clone https://github.com/BartKim-J/pretty-readme.git 
    $ cd pretty-readme
    
  2. 환경 설치

    $ (환경설치 명령어)
    

Testing

하단의 스크립트를 실행하면 테스트 코드가 작동합니다.

$ (테스트 실행 구문)

아래와 같이 테스트가 진행됩니다.

(테스트 중)
(테스트 결과)

Running

아래는 프로젝트를 실질적으로 실행하는 방법에 대해 설명합니다.

Running Admin URL(http://127.0.0.1:8000)

  • Django (example)

    $ python manage.py runserver
    
    (실행 결과)
    
  • Gunicorn (example)

    $ gunicorn service.main:app
    
    ...
    (실행 결과)
    

Workflow

현재 Workflow 는 기본적으로 Git Flow 를 사용하고 있습니다.

  • master : 제품으로 출시될 수 있는 브랜치
  • develop : 다음 출시 버전을 개발하는 브랜치
  • feature : 기능을 개발하는 브랜치
  • release : 이번 출시 버전을 준비하는 브랜치
  • hotfix : 출시 버전에서 발생한 버그를 수정 하는 브랜치
  • fix : 기존에 발생한 버그를 수정하는 브랜치
git-flow

Directory Structure(example)

.
├── app
│        ├── crud
│        ├── database
│        ├── grpc
│        │       ├── protos
│        │       └── protos_python
│        ├── middleware
│        ├── models
│        ├── routers
│        │       ├── health
│        │       ├── items
│        │       ├── sentry
│        │       └── users
│        ├── schemas
│        └── test
│            └── api
├── docker
│        ├── postgresql
│        └── redis
├── nginx
└── script
         └── grpc


pretty-readme's People

Contributors

bartkim-j avatar

Stargazers

 avatar

Watchers

 avatar

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.