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

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

License

Notifications You must be signed in to change notification settings

noritakaIzumi/coding-drills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published