https://github.com/alexekinney/url-shrtnr
Shortern URLs with ExpressJS, sqlite, and EJS
https://github.com/alexekinney/url-shrtnr
ejs express expressjs sql sqlite sqlite3 url-shortener
Last synced: 3 months ago
JSON representation
Shortern URLs with ExpressJS, sqlite, and EJS
- Host: GitHub
- URL: https://github.com/alexekinney/url-shrtnr
- Owner: AlexEKinney
- Created: 2025-02-27T00:04:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-27T00:42:48.000Z (over 1 year ago)
- Last Synced: 2025-02-27T01:21:04.683Z (over 1 year ago)
- Topics: ejs, express, expressjs, sql, sqlite, sqlite3, url-shortener
- Language: EJS
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# url-shrtnr
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.2. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
## Bulk URL Shortener
* Use a CSV file with headers longUrl and alias to shorten multiple URLs at once
* Upload this via the web interface
* The web interface will display the shortened URLs