Go to file
Adam Townsend 3e789f832a added form to create shortened url 2023-09-14 18:54:20 -07:00
db added sequel and sqlite bits for the table 2023-09-13 19:08:40 -07:00
views added form to create shortened url 2023-09-14 18:54:20 -07:00
Gemfile added tilt for rendering HTML 2023-09-14 18:49:08 -07:00
Gemfile.lock added tilt for rendering HTML 2023-09-14 18:49:08 -07:00
README.md some readme text to help get started 2023-09-13 19:08:49 -07:00
app.rb use render plugin to load erb html views 2023-09-14 18:49:18 -07:00
config.ru initial framework for the shortener routes 2023-09-13 13:29:45 -07:00

README.md

simple url shortener

this project is a simple solution to build out a URL shortener using Roda, Falcon, Sequel, and SQLite

the point of this project is to quickly build something and work on continuous deployment while making small refinements to the functional pieces.

before running the server, you must build the database by running the following:

sequel -m db/migrations sqlite://db/url_shortener.db