Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

glatan/unofficial-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unofficial-api

2019年度のコンフェスの作品(のAPI部分)

デプロイ先

Usage

  1. make docker.serve
  2. curl localhost:8000/api/classes/{canceled, moved, supplementary}

Podmanで実行したい場合は"docker"を"podman"に置き換えて実行すれば良い。(e.g make podman.serve)

コンフェス期間中は授業がないため2019年12月の情報をとってくるように設定しています。

自宅学習期間が延びちゃったからしばらくこのまま。

Makefile

make docker.pull

コンテナをpullする

make docker.serve

サーバーを立ち上げる

make docker.serve.release

ビルド時の最適化を有効にして、サーバーを立ち上げる

make docker.run-bash

コンテナ内のBashにアクセスする

LICENSE

GNU Affero General Public License, Version 3, (LICENSE)

Releases

No releases published

Packages

No packages published

Languages