ithill22 / draft_madness_be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers


Logo

Draft Madness

This is the Backend for our Draft Madness application. This API application stores our databases and consumes and exposes two external APIs. Draft Madness is the Consultancy group project from Turing School of Software and Design's mod three backend program. Read more: https://backend.turing.edu/module3/projects/consultancy/
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

Draft Madness is a Rails application that brings the excitement of March Madness to your fingertips. It allows users to participate in a thrilling fantasy game where they draft their own set of teams from the 64-team pool and earn points based on the multiplier of each team's seed. Enjoy the excitement of March Madness with Draft Madness!

(back to top)

Built With

  • Ruby
  • Rails
  • PostgreSQL
  • CircleCI

Integrations:

  • Draft Madness uses OAuth integration with Google for user authentication and log in

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Fork the repo

  2. Clone the repo

    git clone https://github.com/ithill22/draft_madness_be.git

  3. Install the gems

    bundle install

  4. Create and migrate the database

    rails db:{create,migrate}

  5. In your terminal run

    rails s

  6. Now go and open up to http://localhost:3000 in your browser

  7. Now go to: https://github.com/ithill22/draft_madness_fe#readme and follow the Getting Started instructions in the README to start up the frontend application and enjoy the madness!

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License.

(back to top)

Contact

  • Alec Kapicak: Linkedin Github

  • Katie Lonsdale: Linkedin Github

  • Isaac Thill: Linkedin Github

  • Reid Miller: Linkedin Github

  • Front End: Github

  • Back End: Github

(back to top)

About


Languages

Language:Ruby 99.7%Language:HTML 0.2%Language:Procfile 0.0%