ReadMe for Both FE and BE (https://github.com/BruCycle/readme)
- Use an external OAuth provider to authenticate users
- Professional quality HTML and CSS, color palette is pleasing and suitable to the target audience
- Application works in multiple browsers (Chrome, Safari, Firefox, etc)
- Ruby 2.7.4
- Rails 5.2.8
Clone the repo by running git clone
with the copied URL onto your local machine
Then, run the following commands:
cd rails-engine
bundle install
rails db:{drop,create,migrate,seed}
rails s