https://github.com/hosseinyn/rails-link-shortener
A full-stack link shortener project with ruby on rails backend
https://github.com/hosseinyn/rails-link-shortener
ruby ruby-on-rails
Last synced: 2 months ago
JSON representation
A full-stack link shortener project with ruby on rails backend
- Host: GitHub
- URL: https://github.com/hosseinyn/rails-link-shortener
- Owner: hosseinyn
- Created: 2025-08-26T10:44:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-30T17:53:52.000Z (10 months ago)
- Last Synced: 2026-05-05T19:56:26.227Z (2 months ago)
- Topics: ruby, ruby-on-rails
- Language: HTML
- Homepage:
- Size: 2.18 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Link Shortener
A full-stack link shortener project with rails backend and authentication features.
[](https://github.com/hosseinyn)
### Features:
1- Authentication (login , signup , change password , delete account)
2- Manage links (create,remove)
3- Use random 7char for short link and backend redirect
### How to use?
1- Clone the repository
`git clone https://github.com/hosseinyn/rails-link-shortener.git`
2- Open the directory
`cd rails-link-shortener`
3- Run the project easily
`bin/rails server`
###### *Happy :)*