Welcome to the Backend_api repo. This repo is to build backend of a user authentication application with jwt (JSON Web Token).
2.3.0
$ bundle install
$ bundle exec rake db:create
$ bundle exec rake db:migrate
$ bundle exec rails s
$ bundle exec rspec