Skip to content

pyx26266/RESTful-rails-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails RESTful App

Try here!

Discription

A simle example app to demonstrate REST API and MVC in the same app. For MVC it lets you create your account and manages logins through session. It also shows how to use token authentication in API calls.

Getting started

git clone https://github.com/pyx26266/RESTful-rails-app.git
cd RESTful-rails-app

Running the app

bundle install --without production test
rails db:migrate
rails db:seed
rails server

now visit http:https://localhost:3000