What’s your excuse?
devexcuses-api
provides a modern, RESTful, scalable solution to developers’
common problem of finding an excuse to justify their sloppy work.
Please see https://api.devexcus.es/.
API documentation and examples are coming soon.
bundle install
rails db:setup
# SSL support in development, defaults to port 9292
brew install mkcert
brew install nss
mkcert -install
mkcert localhost
rails server
bundle exec rspec
To add a new excuses:
- Fork the repository into your account
- Branch into a feature branch
feature/your-excuse
- Add excuses, using
db/seeds.rb
. - Push to your fork and submit a PR.
All contributions are very welcome.