Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
koushikkothagal committed Apr 11, 2021
1 parent 62dd2bf commit 9f8ba21
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Java Brains IPL Dashboard

Browse your favorite IPL teams and access their past games details, wins and losses ratios - accessible by team and tournament year.

This is a companion project for the Java Brains course on Full Stack Development using Spring Boot and React JS.

Check out the playlist below to see this app built end-to-end from scratch.

Full Playlist:
https://youtube.com/playlist?list=PLqq-6Pq4lTTa8V613TZhGq4o8hSgkMGQ0


## Screenshots

### Team Page

![Team Page Page](/README/team-page.jpg)

### Matches Page

![Matches Page](/README/matches-page.jpg)

## Technologies

* Spring Boot
* Spring Batch
* Java Persistence API, Repositories and JPQL
* HSQL DB
* React JS
* AWS BeanStalk

## Data Set Used
https://www.kaggle.com/patrickb1912/ipl-complete-dataset-20082020/metadata


## Contributing
Look at the Issues tab for feature improvements and bugs filed for this repo. Make sure you watch the [YouTube playlist](https://youtube.com/playlist?list=PLqq-6Pq4lTTa8V613TZhGq4o8hSgkMGQ0
) to see how this application is built first!
Binary file added README/matches-page.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README/team-page.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f8ba21

Please sign in to comment.