Stonks Rails API is Rails API that has functionality to allows Storns to manage Users, UserResources, Groups and GroupMessages models.
bundle install
rake db:create
rake db:migraterails server# please check lib/tasks/rspec.rake
rakeNote that these commands can be easily integrated in Circle CI.
rubocop
brakeman --path ./components/api
brakeman --path ./components/authentication
brakeman --path ./components/chat
bundler-auditPlease install Redis in your machine: https://redis.io/docs/getting-started/installation/.
After the installation, please run:
redis-serverFor more information about the engines, please visit their respective READMEs.