Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 622 Bytes

File metadata and controls

57 lines (35 loc) · 622 Bytes

Schetify API

This is a repository of applications created by the team "Back Door" at the hackathon "OPEN HACK U 2022 TOKYO".

Install

  • docker

Setup

1. Clone

git clone git@github.com:ITK13201/schetify-api.git
cd schetify-api

2. Init environments

./bin/init.sh

3. Edit .env file

Edit the backend/.env file as needed.

4. Build

docker compose build

Usage

Start container

docker compose up

Stop container

docker compose down

Logging

docker compose logs -f

Documents

./docs