Skip to content

come2ry/yumemi_intern_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yumemi Intern 検閲API

機密保持のためプロジェクト固有の単語が含まれていないかを確認できる検閲用のAPI

GitHub Pipenv locked Python version GitHub Pipenv locked dependency version GitHub MySQL version

Pre Installation

OS X:

brew install pyenv
brew install pipenv
  1. MAMPをダウンロードしてMySQLのポートを3306に指定
  2. yumemi_dbを作成
  3. .envを作成し、以下の[]を任意の文字に置き換える
GAE_ENV=
DEBUG_MODE=true
PROJECT_NAME=[任意のプロジェクト名]

SERVER_NAME=
API_LOCATION=http://127.0.0.1:8000

MYSQL_SERVER=127.0.0.1:3306
MYSQL_USER=[MySQLユーザ名]
MYSQL_PASSWORD=[MySQLパスワード]
MYSQL_DATABASE=[DB名]

Installation

pipenv install
make init

Usage example

make run

http://127.0.0.1:8000/docs へアクセスするとSwaggerが起動

Development setup

追記中

Release History

追記中

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages