Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kinduff/dogapi.dog
Provides information on over 340 dog breeds, 20 breed groups, and fun facts.
https://github.com/kinduff/dogapi.dog
dog-api dogs ruby ruby-on-rails
Last synced: 6 days ago
JSON representation
Provides information on over 340 dog breeds, 20 breed groups, and fun facts.
- Host: GitHub
- URL: https://github.com/kinduff/dogapi.dog
- Owner: kinduff
- License: mit
- Created: 2022-01-22T22:07:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T01:35:38.000Z (5 months ago)
- Last Synced: 2024-12-22T15:09:06.226Z (13 days ago)
- Topics: dog-api, dogs, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://dogapi.dog
- Size: 859 KB
- Stars: 139
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 🐶 Dog API
The **Dog API** provides information on over 340 dog breeds, 20 breed groups, and fun facts. Our data is accurate and constantly updated. Easily integrate this information into your own website or application with our user-friendly API. Get started today and discover more about the world of dogs.
## Getting Started
To get started with this API, you will need to have Ruby and Rails installed on your system. You will also need to have a PostgreSQL database set up and running.
Once you have these prerequisites installed, follow these steps:
1. Clone this repository to your local machine
2. Navigate to the project directory and run `bundle install` to install all necessary dependencies
3. Set up the database by running `rails db:setup`
4. Start the API server by running `rails server`## Contributing
We welcome contributions to this project! If you have an idea for a new feature or find a bug, please open an issue in this repository.
To contribute code to the project, follow these steps:
1. Fork this repository
2. Create a new branch for your changes
3. Make the necessary changes and commit them to your branch
4. Push your branch to your forked repository
5. Open a pull request from your branch to this repositoryWe will review your changes and merge them into the project if they are approved.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.