Skip to content

melardev/RailsJBuilderApiPaginatedCrud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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