https://github.com/unique-thinker/awesome_skill_core
https://github.com/unique-thinker/awesome_skill_core
List: awesome_skill_core
rails-api rspec ruby ruby-on-rails
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unique-thinker/awesome_skill_core
- Owner: unique-thinker
- Created: 2023-12-13T14:12:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T14:29:36.000Z (over 2 years ago)
- Last Synced: 2024-05-21T20:09:09.569Z (about 2 years ago)
- Topics: rails-api, rspec, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 2.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
# Awesome Skills
## Requirements
- Ruby 2.5.1
- Bundler: http://bundler.io/
- Postgres: https://postgresapp.com/
- FFMPEG: https://ffmpeg.org/ffprobe.html is a command line toolbox to manipulate, convert and stream multimedia content.
- Redis: https://redis.io/
* How to Install
`bundle install`
setup database
`rails db:create`
`rails db:migrate`
Configure your ENV:
`cp .env.example .env`
#Development mode only
`gem install mailcatcher` Please don't put mailcatcher into your Gemfile. It will conflict with your applications gems at some point.