Shes.link is an url shortener using node.js and postgresql.
git clone https://github.com/HermannKK/shes.link.git
cd shes.link
npm install
npm run db:init
npm run dev
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
Please refer to the Wiki
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.