Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soccer Player Tracker

Description

This command-line application is a content-management system that specifically manages soccer teams and players. It allows the user to view/add divisions, teams, and players, and update teams and players.

Prerequisites

Installation

Install dependencies, which include:

  • console.table

  • inquirer

  • mysql2

npm i
  • Logging into MySQL
mysql -u root
  • Using databases and seeding values
mysql -u root -p <<EOF
USE player_db;
source db/db.sql;
source db/schema.sql;
source db/seeds.sql;
EOF
  • Enter password to execute shell script

Usage

To run program

  • node index

Once connected, user will see confirmation of connection and a list of options.

Database Connected

User will then be able to navigate through the options and manage a database of divisions, teams, and players.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages