Skip to content

andy9775/shrtnr

Repository files navigation

shrtnr

Currently in development
An open source url shortener written with express, react and a few other tools

TODO

  • sign up
  • logging in
  • dashboard (display analytics)
  • add analytics capturing
  • fix webpack output during tests (low priority)

API usage

To post a new URL to the server post to /api/v1 with the message body as {longUrl: "http://example.com"}. The server should respond with {"longUrl":"http://example.com","shortUrl":"http://configdomain.com/4D9a2"}. An invalid URL will return "{"errorMessage":"Invalid URL"}".

About

A simple URL shortening service written in node with react and express

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors