Skip to content

achang1/yugioh-card-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yu-Gi-Oh Card Manager

This web app allows you to manage your Yu-Gi-Oh! cards and build your dream decks.

Install

python 3.7
optional: Docker

Running using a virtual environment

Windows
python -m venv myenv
myenv\Scripts\activate
python -m pip install --upgrade pip
pip install -r requirements.txt
Linux or OS X
python3 -m venv myenv
source myenv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt

Running using Docker

docker-compose run web python3 Yugioh_Card_Manager/manage.py migrate
docker-compose build
docker-compose up

Start app

cd Yugioh_Card_Manager
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Stop and remove the environment run

For venv
deactivate
For Docker
docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages