Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kartikp10/url-shortner


https://github.com/kartikp10/url-shortner

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# URL Shortner
A free URL shortner ✂️ for everyone!

![screenshot](trimir.png)

### TODO

- [x] Setup Express application.
- [x] Setup form.
- [x] Connect mongo database.
- [x] Enable user to enter an alias.
- [x] GET URL object with an id.
- [x] POST to create a new short url.
- [x] Push application to heroku.
- [ ] Make error gif responsive.
- [ ] Add OpenAPI docs.
- [ ] Limit number of requests from client.
- [ ] Render validation errors on page.
- [ ] Implement cacheing.