Skip to content

devdpontes/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

This is a very naive implementation of a URL shortener node app, just for fun. There's no proper validation or form data sanitization. It doesn't check for existing entries. There's a lot missing.

It uses a json file db, lowdb to store entries, which in turn are generated with nanoid.

Usage

yarn install
yarn start

Once the app is running, you can access the website at http://localhost:8000.

About

Node app to shorten urls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published