Skip to content

Atori-Ikeyama/Python-API-Train

 
 

Repository files navigation

Python-API-Train

使い方

ライブラリの追加

pip install -r requirements.txt

起動

python signup.py

確認とか

curl -X POST -H "Content-Type: application/json" -d '{"userid":"[userid]", "password":"[password]"}' http://127.0.0.1:5000/signup
curl -X POST -H "Content-Type: application/json" -d '{"userid":"[userid]", "password":"[password]"}' http://127.0.0.1:5000/signin

db内の確認

$python

>>> import db_operation
>>> db_operation.check_all_db()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • Dockerfile 1.9%