-
Install Rails at the command prompt if you haven't yet:
$ git clone https://github.com/omedale/JWT-Auth-with-Wails.git -
Change directory to
my_api_app$ cd my_api_app -
Install application dependencies:
$ bundle install -
start the web server:
$ rails s