7seven7lst / rails-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails app generated with

This project is a clone of lewagon/rails-templates with Devise gem.

I simply added Devise Auth Token gem and made the configuration for the User model on the route on /api/v1

This backend contains a simple Appointment model with a string title field and a text body field with a controller accessible via the API.

This project serves as an example backend for the connection of a react-native application available here

basically

bundle install
rails db:setup

About


Languages

Language:Ruby 69.7%Language:JavaScript 15.0%Language:HTML 11.8%Language:CSS 3.5%