Skip to content

mendarrr/Sportzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sportzy

AUTHOR

Abby Sarah

DESCRIPTION

Sportzy is a CLI application that allows its users to add, update, and remove sports data from their collection thus promoting smooth management of the user's resources.

INSTALLATION AND SETUP

Prerequisites

  1. Python 3.8 or higher
  2. SQLite 3 or higher

Project Structure

|Sportzy/ |db/ |init.py |connection.py |setup.py

|models/
    |__init__.py
    |admin.py
    |coach.py
    |equipment.py
    |games.py
    |players.py

|init.py |app.py |Pipfile |Pipfile.lock |click |README.md |sports.db

Installation

  1. Clone the repository
  2. Install the required modules using pip

Database Setup

  1. Create a new SQLite database file: sqlite3 sports.db
  2. Creating Tables by running SQL scripts in the database directory.

Running the App

  1. Run the app: python3 App.py

Usage

Once the App is running, run the following commands in the terminal:

  1. python3 app.py player
  2. python3 app.py equipment
  3. python3 app.py coach

LIVE SITE

TECHNOLOGIES

  1. Python3
  2. SQLite3
  3. CLI

CONTACT INFORMATION

You can reach out to me through:

LICENSE

MIT license Copyright (c) 2024.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages