melardev / RailsJBuilderApiPaginatedCrud

Full stack TODO REST API built with Ruby on Rails

Home Page:http://melardev.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is a project mean to be used for learning basic CRUD operations and Pagination using

  • Rails
  • ActiveRecord ORM
  • JBuilder

I have many other implementations of this server:

The next come are:

  • NodeJs Express + Knex
  • Flask + Flask-Restful
  • Laravel + Fractal
  • Laravel + ApiResources
  • Go with Mux
  • AspNet Core
  • AspNet Web Api 2
  • Jersey

Steps used to create this project

rails new ApiCrud --api --database=sqlite3
rails generate model Todo title:string description:text completed:boolean
rails db:migrate
rails db:seed
rails generate controller Todos

Follow me

  • Youtube Channel I publish videos mainly on programming
  • Blog Sometimes I publish the source code there before Github
  • Twitter I share tips on programming

About

Full stack TODO REST API built with Ruby on Rails

http://melardev.com


Languages

Language:Ruby 99.1%Language:HTML 0.9%