Skip to content

Repository files navigation

Grappling Dungeon Database

Jiujitsu has been a huge part of my life since 2021. I created this project as a way to save Youtube videos of the best instructionals/competition footages, as well as adding notes and searchable keywords for them. This will eventually evolve to be a database of grappling clips that can be very helpful for a practitioner to learn from.

Deployed Project:

https://grapplingdungeon-12c34eda50e9.herokuapp.com/

Installation

Be sure to have the following installed:

Python (3.8 or higher) Django Pip Virtualenv (Optional but recommended)

Clone the Repository

git clone https://github.com/BrinkOfSecondBailout/grappling_dungeon.git
cd grappling_dungeon

# Create a virtual environment
python -m venv venv

# Activate virtual environment
# Windows
venv\Scripts\activate

# Unix or MacOS
source venv/bin/activate

# Install Dependencies
pip install -r requirements.txt

# Apply database Migrations
python manage.py makemigrations
python manage.py migrate

# Create superuser if needed
python manage.py createsuperuser

# Run server
python manage.py runserver

## Questions

Email me: nguyenduongpa@gmail.com

[Linkedin](https://www.linkedin.com/in/softwaredev-nguyen/)
[Portfolio Website](https://dannydev.info)

About

I love Jiujitsu and grappling. I created this project as a way to save Youtube videos of the best instructionals/competition footages, as well as adding notes and searchable keywords for them. This will eventually evolve to be a database of grappling clips that can be very helpful for a practitioner to learn from.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages