/pyconkr-api

👩‍💻 👨‍💻 This is a repository for developing pyconkr api server.

Primary LanguagePythonApache License 2.0Apache-2.0

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 git@github.com:pythonkr/pyconkr-api.git
$ cd pyconkr-api 

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

Contribution

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