https://github.com/mayankagnihotri7/url_hashing
https://github.com/mayankagnihotri7/url_hashing
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mayankagnihotri7/url_hashing
- Owner: mayankagnihotri7
- Created: 2022-02-04T14:08:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T13:06:54.000Z (over 3 years ago)
- Last Synced: 2025-02-15T18:52:14.154Z (8 months ago)
- Language: Ruby
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Architecture used -
Frontend - ReactJS. Backend - Ruby on Rails.
The reason for choosing Rails and React for this application was simply because
when coded together, the development gets faster with React and rails
application. Rails framework provides the easy going solutions for any query
that is easy to read and write, and React helps in maintaining the front end
with lesser code format and is also great at displaying the data in small
chunks. There are many ways of building APIs. This creates the most convenient
method of development that increases the speed of app development.Above extract was taken from and can be read in full from -
[i-verve](https://i-verve.com/blog/combination-of-ruby-on-rails-and-reactjs#:~:text=Benefits%20of%20React%20%26%20Rails%3A&text=When%20coded%20together%2C%20the%20development,many%20ways%20of%20building%20APIs.)