This is the MVP project. The application lists players from the 2021 Major League season and their associated hits. This application will be updated periodically.
The purpose of this application is to provide the user interesting statistics on players and their hits from the 2021 season in one convenient place. Each player has many hits including:
- Game date
- Type of pitch that was hit
- Type of hit (ground ball, popup, line drive, fly ball, homerun, etc.)
- Hit Distance
This project uses the following:
- Node.js 16.11.1
- Ruby 2.6.8
- Rails 6.1.4
- Postgres 14.1
- Install the JS packages:
$ npm install
- Visit https://github.com/spotswoodb/mvp_backend for the backend API of this project. Clone this repository and run the following:
bundle install
Start the server
$ rails s
- Visit the home page
http://localhost:3001
You are welcome to make a pull request. If you want to make major changes, please open an issue or contact me at spotswoodb@gmail.com detailing what you would like to change.