Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 839 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 839 Bytes

PyCon.KR api

CircleCI codecov

A git repository for PyCon Korea api.

Requiremensts

  • Python 3.6.3

Getting started

설치하거나 도커를 활용하여 postgresql을 설치합니다.

$ docker run -d --name postgres -p 5432:5432 postgres

그리고 서비스를 구동합니다.

$ git clone [email protected]:pythonkr/pyconkr-api.git
$ cd pyconkr-api 

$ ./manage.py migrate
$ ./manage.py runserver

Contribution

처음 Contribution를 하시는 분이라면, Pull Request를 만들기 전에 Contribution Guide를 꼭 읽어주세요.