Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrieldiem/my-url-shortener
A URL shortener that can be self hosted.
https://github.com/gabrieldiem/my-url-shortener
expressjs javascript nodejs url-shortener
Last synced: 19 days ago
JSON representation
A URL shortener that can be self hosted.
- Host: GitHub
- URL: https://github.com/gabrieldiem/my-url-shortener
- Owner: gabrieldiem
- License: mit
- Created: 2023-07-03T01:53:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-25T21:40:44.000Z (5 months ago)
- Last Synced: 2024-11-05T14:04:28.104Z (2 months ago)
- Topics: expressjs, javascript, nodejs, url-shortener
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-url-shortener
I'm building a URL shortener in NodeJS that can be self-hosted.
## Useful documentation
- [A Complete Server: Persistence](https://www.newline.co/books/fullstack-nodejs/a-complete-server-persistence)
- [Tutorial: Setting up Node.js with a database](https://medium.com/hackernoon/setting-up-node-js-with-a-database-part-1-3f2461bdd77f)