Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 799 Bytes

README.md

File metadata and controls

42 lines (34 loc) · 799 Bytes

CTOs

プロジェクト演習用レポジトリ 

オンラインで試着サービスするシステムです. 機械学習で得た情報を元にあなたの体型や好み合わせた服をおすすめします.

Requirements

言語/FW Version
python 3.8.3 
django 3.2.7 
docker 20.10.10
docker-compose 1.29.2 

Usage

At the first execution

$ git clone https://github.com/Tako64tako/CTOs.git
$ cd CTOs

setup

$ docker-compose up -d --build

build success

http://localhost:8000/

finish

$ docker-compose down

if error

$ docker-compose down --remove-orphans

Licence

GNU General Public License v3.0