Skip to content

🤷‍♂️ An API for lazy coders’ excuses

Notifications You must be signed in to change notification settings

goester-team23/devexcuses-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devexcuses-api

Build status

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.

Installation

bundle install
rails db:setup

# SSL support in development, defaults to port 9292
brew install mkcert
brew install nss
mkcert -install
mkcert localhost

Run

rails server

Test

bundle exec rspec

Contributing

To add a new excuses:

  1. Fork the repository into your account
  2. Branch into a feature branch feature/your-excuse
  3. Add excuses, using db/seeds.rb.
  4. Push to your fork and submit a PR.

All contributions are very welcome.

About

🤷‍♂️ An API for lazy coders’ excuses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%