Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 2.31 KB

File metadata and controls

62 lines (51 loc) · 2.31 KB

CircleCI Build Status codecov

PlaceSharing Site

Check live application here

Project requirements:

  • Node version : 15.5.1
  • NPM version : 7.5.4
  • Ruby version : 2.7.2
  • Rails version : 6.1.3
  • Yarn version : 1.22.10

Install Ruby, Ruby on Rails, Git, and Database

Mac

Please follow this article to install Ruby, Ruby on Rails, Git, and Database on MacOs

Ubuntu

Please follow this article to install Ruby, Ruby on Rails, Git, and Database on Ubuntu

Windows

Please follow this article to install Ruby, Ruby on Rails, Git, and Database on Windows

Install NodeJs and Yarn

Mac

Please follow this article to install NodeJs on Mac

Ubuntu

Please follow this article to install NodeJs on Ubuntu

Windows

Please follow this article to install NodeJs on Windows

Run project locally

git clone https://github.com/yosefbennywidyo/qi-ps.git 
cd placesharing
bundle install
rails db:setup
rails webpacker:install # press `n` when asked about `config/webpacker.yml` and `config/webpack/environment.js`
rails assets:precompile
rails webpacker:compile
rails s

Run testing

cd placesharing
rspec

Testing the app

All users email using qwertyuio as their password