/URL-Shortener

These is my first attempt at making an URL shortener

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

URL Shortener

This is a simple url shortener built with Express and TypeScript
It uses MongoDB as the database, and ejs to for the frontend

Run: npm install to download all the dependencies,
then run: npm dev start to start the project and
visit http://localhost:3000 to view it in the browser