Skip to content

Time-Keep/time_keep_be

Repository files navigation

Time Keep Backend Service


Table of Contents

Built With

RubyRails RSpec Atom Visual Studio Code

Git Badge PostgreSQL Postman Docker GitHub Actions

(back to top)

Database Schema

(back to top)

Endpoints

Endpoints to use in Postman running a local server rails s

All County Data

  GET http://localhost:3000/api/v1/county

Sample Response(200)

{
    "counties": [
        {
            "state": "Alabama",
            "counties": {
                "county_name": "Autauga",
                "average_wage": "48,347",
                "median_income": "48,347",
                "unemployment": "2.8",
                "annual_avg_establishment_count": 1,
                "combined_tax_rate": "0.28",
                "total_annual_wages": "48,347"
            }
        },
        {
            "state": "Alabama",
            "counties": {
                "county_name": "Baldwin",
                "average_wage": "54,659",
                "median_income": "54,659",
                "unemployment": "3",
                "annual_avg_establishment_count": 0,
                "combined_tax_rate": "0.34",
                "total_annual_wages": "54,659"
            }
        },
        {
            "state": "Alabama",
            "counties": {
                "county_name": "Barbour",
                "average_wage": "40,428",
                "median_income": "40,428",
                "unemployment": "5.7",
                "annual_avg_establishment_count": 0,
                "combined_tax_rate": "0.34",
                "total_annual_wages": "40,428"
            }
        },
        {...},
        {...},
        {...},
        {etc},
    ]
}

(back to top)

Contact

Anna Marie Sterling Brady Blough Eli Fuchsman Mary Turpin RJ Ekis
GitHub
LinkedIn
GitHub
LinkedIn
GitHub
LinkedIn
GitHub
LinkedIn
GitHub
LinkedIn

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages