To use this template,
- Click the Use Template button to create a new repository
- Clone the new repository to your local machine
- Run
bundle install - Run
EDITOR="code --wait" rails credentials:edit - Do a global find and replace for
rails_devise_jwt_templatewithyour_project_name - Run
rails db:create db:migrate - Run
rails sto start your api server on port 4000 - Test out your API using Postman