documentation
- https://kmosc.github.io/APITRY/
- I've dedicated my time to develop that API during Monterail Rubycamp.
The App uses multiple gems, You can find its list in Gemfile.
Clone the project via command.
git clone https://github.com/KMosc/APITRY.git
Make sure You have your Ruby installed and its version equals 3.0.0
ruby -v
Install all needed gem files
bundle install
Database commands
### Initialize your rails databse
rails db:create
### Run database migration
rails db:migrate
### If you want sample datas, run
rails db:seed
https://support.google.com/accounts/answer/185833?hl=en
Look into /config/environments/ and initialize environment variables accordingly to email config.
Change default mailers in mailer files.
# Development mode
rails s
# Production mode
rails s -e production
COVERAGE=true rspec spec