Hi there, this is my link shortner project. I have done a short writeup for this project, you can check it out here.
To setup the project on your own machine follow the steps below
The setups steps expect following tools installed on the system.
git clone git@github.com:conorbr/url_shortener.gitRun the following commands to create and setup the database.
bundle exec rake db:create
bundle exec rake db:setupYou can start the rails server using the command given below.
bundle exec rails sAnd now you can make requests to the the site with the URL http://localhost:3000