Skip to content

水仙郷画像をギャラリー表示させるためのRESTful API

Notifications You must be signed in to change notification settings

marunowork/SuisenGalleryApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuisenGalleryAPI

水仙郷画像をギャラリー表示させるためのRESTful API

概要

水仙郷画像をギャラリー表示させるためのRESTful API

インストール

  1. Dockerが動作する環境を用意してください

  2. githubからリポジトリを取得して、Dockerイメージを作成します。

    $ git clone https://github.com/marunowork/SuisenGalleryApi.git
    $ cd SuisenGalleryApi
    $ docker build -t suisengalleryapi .
    
    

起動

  1. コンテナを起動します。

    $ docker run --rm -p 8000:8000 -v 保存場所のフルパス:/opt/data-volume -w /opt/data-volume Suisengalleryapi
    
  2. URLを入力します。

    http://localhost:8000/api

About

水仙郷画像をギャラリー表示させるためのRESTful API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published