RBI Softball Project

February 24, 2023 (1y ago)

Softball League Stats Tracker

This is a web-based application designed to track the stats of a current softball league. The application is built using Plantscale database for efficient data management.

Features

The Softball League Stats Tracker includes the following features:

  • Keep track of team and player stats, such as batting average, home runs, RBIs, and more.

Getting Started

To use the Softball League Stats Tracker, you will need to have a Plantscale database account. You can sign up for a free account at plantscale.com.

Once you have a Plantscale account, you can clone this repository and run the application on your local machine. To do this, you will need to have Node.js and npm installed.

To install the necessary dependencies, run the following command in your terminal:

npm install

Next, you will need to create a .env file and set the following environment variables:

DATABASE_URL = your_plantscale_database_url
SESSION_SECRET = your_session_secret_key

Finally, run the following command to start the application:

npm start
 

Contributing

Contributions are welcome! If you would like to contribute to this project, please open a pull request or submit an issue.

License

This project is licensed under the MIT License.