This is a simplified version of the Tanda web app from scratch using Ruby on Rails developed by the applicant Justin Kim
.
- Ruby version:
2.6.3
- Rails version:
5.2.3
The steps you need to follow to run the application:
- clone this repository
- run
bundle install
- run
rails db:migrate
- run
rails s
command - This application will be running on
localhost:3000
.
Enjoy this application!