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)
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"}".