mercari-build / mercari-build-training

24 stars 225 forks source link

Step3 3 #83

Closed hatopp closed 9 months ago

hatopp commented 2 years ago

使い方

cd python
uvicorn main:app --reload --port 9000

アイテム追加

curl -X POST \
  --url 'http://localhost:9000/items' \
  -d 'name=jacket' \
  -d 'category=fashion'

アイテム一覧確認

curl -X GET 'http://127.0.0.1:9000/items'
wakanapo commented 2 years ago

hatopp:mainにお願いします