Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 321 Bytes

File metadata and controls

19 lines (9 loc) · 321 Bytes

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