Skip to content

Luftalian/gnuplot_app2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gnuplotter

https://gnuplotapp2f.trap.show/

License

画面

開発目的

gnuplotのグラフをWeb上で作りたい。iPadとかで簡単に編集したい。かつ、軸ラベルの有無などの細かい設定も変更できるようにしたい。

開発方法

git clone https://github.com/Luftalian/gnuplot_app2.git
cd gnuplot_app2
docker compose up --build

バックエンドが http://localhost:8080

dbが http://localhost:8081

フロントエンドが http://localhost:8082 に 起動します。

技術スタック

  • Docker
  • Go (backend)
  • Vue.js (frontend)
  • MySQL (db)
  • Neoshowcase (deploy)

今後

  • データファイルアップロード
  • User機能
  • スクリプトを直接変更
  • Chatサポート