Skip to content

spotswoodb/mvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published