Skip to content

takehiroman/CatalogAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

商品情報のAPI作成

  • 提出課題用のリポジトリです。

使用した技術要素

  • Java 1.8.0
  • PlayFramework 2.5.10
  • MySQL 5.1.20

API一覧

api名 HTTPメソッド リソースパス
商品一件作成 POST /catalog
商品一件取得 GET /catalog/{id}
商品一件更新 PUT /catalog/{id}
商品一件削除 DELETE /catalog/{id}
商品全件取得 GET /catalog/

開発環境のセットアップ

  1. このプロジェクトをgit cloneする
  2. プロジェクト内に移動し,brew install sbtでsbtをインストールする
  3. brew install mysqlでMySQLをインストールし,mysql.server startで起動する
  4. インストールが完了したら,sbt runでアプリケーションを起動する
  5. 起動後に,localhost:9000で各APIを利用することができる。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published