Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 711 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 711 Bytes

RCC バックエンド勉強会

Python 3.9 MIT License

開発環境

  • Python 3.9
  • Pipenv

使い方

1. インストール

pipenv install

2. アプリケーションを起動

pipenv run start

本コマンドを実行するとlocalhost:8000へアクセスできるようになります。

3. テストを実行

pipenv run test

API docs

このプロジェクトは Swagger をサポートしています。

  1. アプリケーションを起動
  2. Swagger UIにアクセス