Bangazon API provides endpoints for developers to access the bangazon.com database.
- Fork and/or clone this repo.
- Ensure you have Rails ~> 5.1.4 installed.
- Run
bundle install
to install the necessary gems. - Run
rails server
. - Make sure you seed the file in correct order to ensure no error. Reference the ERD Run
rails db:seed
to seed database.
- make sure your
refrigeratorrails 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
- 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