Skip to content

CaioBianchi/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
    

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.2%
  • HTML 0.8%