Skip to content

itishermann/shes.link

Repository files navigation

shes.link url shortener

GitHub deployments Test website Quality Gate Status Coverage Status

Shes.link is an url shortener using node.js and postgresql.

Using

Quickstart

Dev

git clone https://github.com/HermannKK/shes.link.git
cd shes.link
npm install
npm run db:init
npm run dev

Production

Before running these commands make sure your have these environement variables all set:

  • NODE_ENV
  • DATABASE_URL
  • BASE_URL
  • PORT
git clone https://github.com/HermannKK/shes.link.git
cd shes.link
npm install
npm run db:init
npm run 

Documentation

Please refer to the Wiki

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.