Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
/ burl-deprecated Public archive

bear's url shortener

License

Notifications You must be signed in to change notification settings

bear/burl-deprecated

Repository files navigation

Build Status

Getting started

  • git clone
  • npm install

Running

npm start

Database

psql -d postgres -c "CREATE ROLE burl WITH PASSWORD 'password' NOSUPERUSER NOCREATEDB NOCREATEROLE INHERIT LOGIN"
createdb -O burl burl
psql -d burl -U burl -c "create table if not exists shorts ( short char(10) primary key, url varchar(300), created date not null default CURRENT_DATE )"

About

bear's url shortener

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published