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
- Host: GitHub
- URL: https://github.com/hmtanbir/rta
- Owner: hmtanbir
- Created: 2020-02-16T10:09:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T17:21:49.000Z (almost 3 years ago)
- Last Synced: 2023-03-01T03:12:06.128Z (almost 3 years ago)
- Topics: postgresql, rspec, ruby, ruby-on-rails
- Language: Ruby
- Size: 285 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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