Skip to content
This repository was archived by the owner on Apr 6, 2024. It is now read-only.

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Drills

ウェブ上でコードを書いて実行できるアプリを試しに作ってみた

Requirements

  • Docker
  • Curl
  • (Git)

Get started

Clone repository (first time only)

git clone https://gitlab.com/technical-study/coding-drills.git coding-drills
cd coding-drills

Run containers

docker-compose up -d

Setup run-code server (first time only)

Access http://localhost:8000/docs on your browser, and click /images/pull -> Try it out -> Execute.

Or execute the following script:

curl http://localhost:8000/images/pull -X PATCH

This request returns null. It will take some time.

つながらない方は Docker machine の IP でアクセスするか、ポートフォワードの設定をしてみてください。

Play

Access http://localhost/ on your browser, and write code (Python), run!

Stop containers

docker-compose down --remove-orphans

About

ブラウザ上にエディタを用意してそこで問題を解いて答え合わせするアプリを作る。

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages