This app is for those who is learning to build railsapi microservice. It leverage devise to secure the api with JWT Authorization.
Clone the repo. Then in the project directory, run:
> git clone [email protected]:BishnuPandey/workout.git
> cd /your_folder_path
> bundle install
> rake db:migrate
> bin/dev rails s