Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
/ url-shortener Public archive

A minimalistic url shortener written using the Spirit web framework and PostgreSQL.

License

Notifications You must be signed in to change notification settings

fvj/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url-shortener

standard-readme compliant

A minimalistic url-shortener using PostgreSQL.

Background

This is one of the first JS projects I finished. Around two years later I wanted to experiment with AWS RDS and this project was still using a hacky filesystem persistency solution. Now, it uses PostgreSQL as database, in my case hosted at AWS, but any instance will suffice.

Table of Contents

Usage

To run, simply supply node with environment variables pointing at your PostgreSQL instance, or by using dotenv. Then, simply run the server: node src. By default, the url shortener is exposed on port 3000.

Maintainers

@fvj

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2018 Julius von Froreich

About

A minimalistic url shortener written using the Spirit web framework and PostgreSQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published