Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

A very simple API example created to serve as a base for job application tests

License

Notifications You must be signed in to change notification settings

olery/ruby-api-application-olery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Olery Ruby Test Application Exercise

This repository is a very simple API example created to serve as a base for job application tests.

It has originally two endpoints for the users model.

  • List users: /v1/users
  • show one user /v1/users/1

Running

bundle
bundle exec sequel -m db/migrations sqlite://db/development.sqlite3
bundle exec rake seed
bundle exec rackup 

Access it through http://localhost:9292

Testing

bundle exec rake test

About

A very simple API example created to serve as a base for job application tests

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages