Skip to content
/ clurl Public

Yet another URL shortener written in Common Lisp (using PostgreSQL database).

License

Notifications You must be signed in to change notification settings

px86/clurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clurl - URL Shortener written in Common Lisp

Yet another URL Shortener written in Common Lisp, (using PostgreSQL database). This is my first ever Common Lisp project. So, there is a high probability that the code will suck!.

To build,

make

To run,

./clurl

Environment Variables

These environment variables should be set (before starting the application), to establish a connection to a running PostgreSQL instance.

  • CLURL_HOST
  • CLURL_PORT
  • CLURL_DB
  • CLURL_USERNAME
  • CLURL_PASSWORD

About

Yet another URL shortener written in Common Lisp (using PostgreSQL database).

Topics

Resources

License

Stars

Watchers

Forks