Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.14 KB

MVP

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

Installation

This project uses the following:

  • Node.js 16.11.1
  • Ruby 2.6.8
  • Rails 6.1.4
  • Postgres 14.1
  1. Install the JS packages:
$ npm install
  1. 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
  1. Visit the home page
http://localhost:3001

Contributing

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.

License

MIT