A mini-project that shortens long urls.
- Ruby on Rails
- Ruby
- Kaminari pagination gem.
- Stimulusjs
Desktop | Mobile |
---|---|
To get a local copy follow these simple example steps.
- Make sure you have Postgres and Ruby installed.
- Open the terminal window and clone the repository using this command: git clone https://github.com/wuletawwonte/url-shortener.git
- Open the repo by typing : cd url-shortener
- Install the project's dependencies by running this command: bundle install
- Run
rails db:create
to create the database. - Run rails
rails db:schema:load
to create the relations in the database for the project based on the schema file inside thedb
folder. - Run all unit tests in the project using
rspec
- Run
rails server
or./bin/dev
to start the application on local server.
For developers run this command to auto build tailwindcss
./bin/dev
👤 Wuletaw Wonte
- GitHub: @wuletawwonte
- Twitter: @wuletaww
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
This project is MIT licensed.