- Generate short and memorable URLs for any web address.
- Lightning fast broken link checker
- Minimal UI and database setup that make this process even faster
- Front-end Framework: React
- Backend: Next.js
- Backend Database: Supabase
- ORM: Prisma
Checkout our URL SHORTENER and feel free to share your views
- Clone the repository :
git clone https://github.com/bitspaceorg/url-shortner
- Install all dependencies:
npm i
: This will install the required packages
- Set up the database:
- Create a Supabase project and obtain the connection string.
- Create the
.env
file with your Supabase connection string stored inDATABASE_URL
variable
For Example ,sh DATABASE_URL = "postgresql://postgres:[YOUR PASSWORD]@db.[YOUR DATABASE ID].supabase.co:5432/postgres"
- Run
npx prisma migrate dev --name init
followed bynpx prisma generate
to connect the database with your project
- After all the above steps are done successfully, run
npm 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!