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

ng3rdstmadgke/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 app --sample

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

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

Username: sys_admin
Password: admin

TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0