/ruby-rails-sql-articles-api

A beginner Ruby on Rails REST Web API, allowing user to perform CRUD operations against a MySQL database, using HTTP Requests. Store, retrieve, edit and delete articles.

Primary LanguageRuby

Articles Web REST API, written in Ruby, using the Rails framework, supported by a MySQL database.

Locally hosted web api, from which the user can perform CRUD operations againt a MySQL db, via GET, POST, PUT and DELETE http requests, via a tcp connection to the server.