Welcome to our URL Shortener! This open-source tool allows you to shorten long web addresses into concise, easy-to-share links. Say goodbye to lengthy URLs and optimize your online sharing experience.
git clone https://github.com/bitspaceorg/url-shortner
npm i
: This will install the required packages.env
file with your Supabase connection string stored in DATABASE_URL
variable sh DATABASE_URL = "postgresql://postgres:[YOUR PASSWORD]@db.[YOUR DATABASE ID].supabase.co:5432/postgres"
npx prisma migrate dev --name init
followed by npx prisma generate
to connect the database with your projectnpm run dev
We highly appreciate contributions from the open-source community, as they play a crucial role in improving and advancing the project. Whether you're a developer, designer, tester, or documentation enthusiast, your contributions are valuable to us. Join us in making a difference!