Skip to content

ポケモンのパーティ編成画面をブラウザで管理出来るツールです

Notifications You must be signed in to change notification settings

Jastin-Infj/battle-vision

Repository files navigation

battle-vision

ポケモンのパーティ編成画面をブラウザで管理出来るツールです

https://feature-react-page-all.d386vy79qo80lh.amplifyapp.com/Top

Figma

https://www.figma.com/file/qrfd5Zq8fw4kdVyWgo6gpj/Battle-Vision

Usege

Frontend

git clone https://github.com/Jastin-Infj/battle-vision.git
cd battle-vision
yarn install
yarn build
yarn start

Backend

python3 -m venv django-env
source django-env/bin/activate
pip install -r requirements.txt
cd src/backend
python3 manage.py runserver 0.0.0.0:8000

DB

python3 manage.py makemigrations ServerSide --name $DB_MAKE_NAME
python3 manage.py migrate ServerSide
python3 manage.py showmigrations ServerSide

About

ポケモンのパーティ編成画面をブラウザで管理出来るツールです

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published