Skip to content

A basic starter template for an api using rails-api and token based authentication

Notifications You must be signed in to change notification settings

jordanmichaelrushing/template_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Rails API Template

This simple app is easy to use. It just a generic filler to easily start to get a rails api off the ground in seconds.

Note this is to be used as a secondary app to your primary one. This will be on it's own server and thus have it's own server loads from your main app.

Make sure you configure your production Database yml to point to your main app's DB.

The user model in this app WILL NOT OVER WRITE any configurations you have on your main app. However you will need to make sure you have an authenication_token column on your user model (or whatever model(s) you want to authenticate this api with).

That should just about do it.

About

A basic starter template for an api using rails-api and token based authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages