Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 859 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 859 Bytes

N 행시 API 서버

N 행시 서비스를 위한 API 서버입니다.

version

Python3 3.8.6
Django 3.1.3

사용법

Python 설치 및 가상환경 사용법

설정

nhangsi 폴더 안에 .env 생성

DEBUG=on
DJANGO_SECRET_KEY='방구석 호랑이 문의'
N_HANG_SI_API_KEY='방구석 호랑이 문의'

실행

# 패키지 설치
$ pip install -r requirements.txt
# 마이그래이션
$ python manage.py makemigrations
$ python manage.py migrate
# 실행
$ python manage.py runserver 127.0.0.1:8000

API 정리 문서