Skip to content

dscottie/simple_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple API

Requirements

  • Ruby 3.1 or higher
gem install bundler
bundle install

Usage

Start API server

ruby api.rb

Testing

Pick your flavour

ruby test/test_api.rb
rspec

Troubleshooting

Check if Ruby and Bundler version are up-to-date:

ruby -v

# In case it is lower than 3.1
# Given are using rbenv, similarly with other verison managers
rbenv install 3.1.2
rbenv shell 3.1.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages