An open API service indexing awesome lists of open source software.

https://github.com/hmtanbir/rta

Raremark Technical Asignment
https://github.com/hmtanbir/rta

postgresql rspec ruby ruby-on-rails

Last synced: 9 months ago
JSON representation

Raremark Technical Asignment

Awesome Lists containing this project

README

          

# rta_admin

This project is powered by Ruby on rails.

Ruby: 2.6.3
Rails version: 5.2

# Installation Process

Move in local repository : $ cd rta_admin

Install bundler : $ gem install bundler

Install college : $ bundle install

Database creation : $ rails db:create

Database migrate : $ rails db:migrate

Database seed : $ rails db:seed

Run server : $ rails server or $ rails s

# rta_search

This project is powered by Ruby on rails.

# Installation Process

Move in local repository : $ cd rta_search

Install bundler : $ gem install bundler

Install college : $ bundle install

Database migrate : $ rails db:migrate

Run server : $ rails server -p 4000 or $ rails s -p 4000

# Run Test
rspec spec

# Run Test Coverage
For Mac: open coverage/index.html

For debian/ubuntu: xdg-open coverage/index.html