Skip to content

gnappo1/js-and-rails-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails as an API

Key Topics

  • Using the Command Line to Create a New App

    • API and Postgres flags
    • rails new project-name-here --api --database=postgresql
    • What visible changes do we see after?
  • Configuring the App

    • Adding Rack-CORS Middleware
    • Setting up our Routes
  • Rendering Info as JSON

    • Controller setup
    • Rendering objects as JSON
    • Intro to FastJSON API/Serializing your data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published