Skip to content

omedale/JWT-Auth-with-Rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Install Rails at the command prompt if you haven't yet:

     $ git clone https://github.com/omedale/JWT-Auth-with-Wails.git
    
  2. Change directory to my_api_app

     $ cd my_api_app
    
  3. Install application dependencies:

     $ bundle install
    
  4. start the web server:

     $ rails s