Giter VIP home page Giter VIP logo

philo-coders's Introduction

License: MIT

Philo coder

CULTURE BOOK

Contributor

  • Likelion in Chungang University
Name Email
최윤한(Leader) [email protected]
인세훈(Developer) [email protected]
민정호(PM, Developer) [email protected]
박채연(Developer) [email protected]
이성민(Developer) [email protected]

Service

Idea Description

  • Our service provides information and booking system about Korean culture experiences.

Service Function

  • Account : Supports social login
  • Feed : show picture and review for customer to check experiences
  • Finding : User can find experiences that they want using Kakao map API
  • Reservation : Customer can book experience with payment system

How to

$ git clone https://github.com/LikeLion-CAU-9th/Philo-coders.git
$ git pull origin develop
$ python -m venv myvenv
$ source myvenv/scripts/activate  mac) source myvenv/bin/activate
$ cd Byurak
$ ./manage.py makemigrations
$ ./manage.py migrate
$ ./manage.py runserver

Module installation

$ pip install -r requirements.txt

Set Module

$ pip freeze > requirements.txt 

Docker

  • if there is no Redis container
$ docker ps
$ docker run -p 6379:6379 -d redis:5

Branch structure

Main branch

  • Master branch : It is Manage only the state that can be distributed
  • Develop branch : It is Used to merge branches for feature development

Secondary branch

  • Feature branch : Branch to develop the function ex)feature/profile
  • Fix branch : Branch to fix the function ex)fix/profile

Commit rule

git commit -m "text"
Keyword Description
[feat] 코드나 테스트, 예제, 문서 등의 추가가 있을 때 사용
[refactor] 올바르지 않은 로직을 고친 경우에 사용
[style] 코드에 대한 스타일을 바꿀 때
[docs(guide)] 문서 작업을 할 때

philo-coders's People

Contributors

chaeyeon09 avatar chaeyeon10 avatar jeongh0 avatar oereo avatar seongmin221 avatar unanchoi 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.