The goal of Black Stories Matter API is to build a database of children's books by Black authors for educators, families and youth. If a book is not already listed, users can visit the API interface to add children's books by Black authors to the database. Add a title by entering the 10 digit ISBN number assigned to each separate edition and variation of a publication to add it to the database.
Visit the API Interface
- clone
- bundle
- rails db:{create,migrate,seed}
- rails s
- All endpoints are available at:
api/v1/
- The production version of this API is deployed to https://black-stories-matter-api.herokuapp.com/
books
- Description: Returns information for all books in the database
We would like to continue adding books to the database and add more functionality to the front end user interface. Please see the CONTRIBUTING file if you are interested in making an open source contribution to this project!