Skip to content

mtallentb/bangazon-api

 
 

Repository files navigation

Bangazon API

High-Level Description

Bangazon API provides endpoints for developers to access the bangazon.com database.

Installation Instructions

  1. Fork and/or clone this repo.
  2. Ensure you have Rails ~> 5.1.4 installed.
  3. Run bundle install to install the necessary gems.
  4. Run rails server.
  5. Make sure you seed the file in correct order to ensure no error. Reference the ERD Run rails db:seed to seed database.
To make A request for customers from Bangazon.com
  • make sure your refrigerator rails server is running
  • Add a host mask of the local http server How do I do that?
  • set the mask to bangazon.com
  • From the bangazon directory Run hs
  • Go to bangazon.com:8080 in the browser to request list of customers

Dependency List with Version Numbers

  • Rails ~> 5.1.4
  • sqlite3
  • puma ~> 3.7
  • rack-cors ~> 1.0
  • faker ~> 1.7
  • byebug
  • listen >= 3.0.5
  • spring
  • spring-watcher-listen ~> 2.0.0
  • tzinfo-data
  • active_model_serializers

Team Members

About

Ruby on Rails Scaffolded API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.9%
  • HTML 1.1%