darrenli2 / backend_api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Welcome to the Backend_api repo. This repo is to build backend of a user authentication application with jwt (JSON Web Token).

Ruby version

2.3.0

Running the application

  • $ bundle install
  • $ bundle exec rake db:create
  • $ bundle exec rake db:migrate
  • $ bundle exec rails s

Running Tests

  • $ bundle exec rspec

About


Languages

Language:Ruby 99.6%Language:HTML 0.4%