Skip to content

noritakaIzumi/coding-drills

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published