Skip to content

arvind0598/slcm-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLCM API

API for SLCM made using Sinatra and Nokogiri.

Pre setup instructions

If you're using a Ruby build provided by Ubuntu, uninstall it with sudo apt remove ruby followed by sudo apt autoremove.

Install rbenv using the instructions here. Further, install ruby-build as a rbenv plugin.

Install Ruby. This is the latest version as of writing this document.

rbenv install 2.6.1
rbenv global 2.6.1
gem install bundler
rbenv rehash

Setup Instructions

Install dependencies with bundle install.

Run the script with ruby main.rb

Releases

No releases published

Packages

 
 
 

Languages