License: A fork of DakotaLMartinez at https://github.com/DakotaLMartinez/rails-devise-jwt-auth.git
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-auth-template
withyour_project_name
- Run
rails db:create db:migrate
- Run
rails s
to start your api server on port 3000 - Test out your API using Postman