An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Rails Link Shortener

A full-stack link shortener project with rails backend and authentication features.

[![My Skills](https://skillicons.dev/icons?i=html,css,js,bootstrap,ruby,rails)](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 :)*