Ruby on Rails project with React front-end. Created for petvote test.
-
Ruby version 2.6.0
-
Rails version 6.1.0
-
React version 17.0.1
-
DB PostgreSQL
Project Setup
-
yarn install
-
rails db:create
-
rails s
-
ngrok configured in config/environment/development.rb.
-
If you need to host project with ngrok, run this "./ngrok http 3000" after install ngrok on your local machine.