Bread Puns
All the bread puns one might ever knead. Let's GET /that/bread!
Client
https://my-bao-client3.herokuapp.com/
API
Quotes are returned in the following format:
[
"Let me bake you an API."
]
GET /api/breadpuns
Returns a single random bread pun.
https://my-bao-server.herokuapp.com/api/breadpuns
GET /api/allbreadpuns
Returns an array of all bread puns.
https://my-bao-server.herokuapp.com/api/allbreadpuns
Install & Local Development
# Install dependencies for server
cd backend
npm install
# Install dependencies for client
cd client
npm install
# Run React client
cd client
npm start
# Run Express server
cd backend
npm run server
Author
- Twitter: @sophia_wyl
- GitHub: @sophi-li
Contributing
Issues and pull requests are welcome. This codebase follows the Contributor Covenant standard.
License
Acknowledgments
Icons made by Freepik from flaticon.com.