Skip to content

Practice of Information System 2nd Project 成長記録育成ゲーム

Notifications You must be signed in to change notification settings

kkitagawaa/growth_buddy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

growth_buddy

成長記録育成ゲーム

アプリ(flutter)の起動

cd growth_buddy_front
flutter run

flutterアプリの実機検証(本当に簡単な説明)

iphoneで検証するためにはxcodeが必要です。AppStoreからxcodeをインストールしてください。

あとはxcodeでアカウントを登録したり、使用するiphoneでデベロッパーモードをオンにしたりする必要があります。

vscodeでflutter devicesを実行して、実機が認識されていることを確認し、そのあと、flutter run -d [デバイスID]をすれば実機にインストールされて起動します。

参考

API サーバの起動

必要なライブラリのインストール

pip install -r requirements.txt

サーバの起動

cd backend
python manage.py runserver

About

Practice of Information System 2nd Project 成長記録育成ゲーム

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 29.4%
  • C++ 22.4%
  • Python 21.0%
  • CMake 19.2%
  • Ruby 2.8%
  • Swift 1.9%
  • Other 3.3%