10000 GitHub - legacsilve/web-tutorial
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

legacsilve/web-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webアプリ作成チュートリアル

バックエンドにFastAPI、フロントエンドにNuxt3、データベースにMySQLを利用した、モダンなWebアプリのチュートリアルです。

tutorial/ 配下にチャプターごとにディレクトリが切ってあります。

目次

完成形

完成形を動かしてみましょう

※ dockerを事前にインストールしておいてください

git clone https://github.com/ng3rdstmadgke/web-tutorial.git
cd web-tutorial

ローカルデータベースの起動

./bin/mysql.sh

データベースの初期化

# 開発shellにログイン
./bin/run.sh chapter11 -m shell --sample

# DBの初期化
./bin/init-database.sh

# 開発shellからログアウト
exit

アプリの起動

# アプリの起動
./bin/run.sh chapter11 -m shell --sample

アプリが起動したら http://localhost:3000/ にアクセスしてみましょう。

下記ユーザーでログイン可能です。

Username: sys_admin
Password: admin

TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.9%
  • Vue 9.9%
  • TypeScript 5.8%
  • Jupyter Notebook 3.9%
  • Shell 2.6%
  • HTML 1.3%
  • Other 1.6%
0