Skip to content

k-yamada/kotlin-fullstack-web-app-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3cd38ec · May 24, 2022

History

6 Commits
Dec 20, 2020
Dec 20, 2020
May 24, 2022
Dec 20, 2020
Dec 20, 2020
Dec 20, 2020
Dec 20, 2020
Dec 20, 2020
Dec 20, 2020
Dec 20, 2020
Dec 20, 2020
Dec 20, 2020

Repository files navigation

kotlinのフルスタックWebアプリケーションのサンプル

開発環境

使用ライブラリ

  • Ktor - Kotlin async route framework
  • Netty - Async route server
  • exposed - Kotlin SQL framework
  • HikariCP - High performance JDBC connection pooling
  • kotlin-react - react.jsのKotlin wrapper

開発環境構築

1 . ルートディレクトリに .env ファイルを作成する

cp .env.local .env

2 . MySql をインストールする

brew install [email protected]
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
mysql.server start
mysql -uroot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published