A Full-Stack URL Shortener Application
- Secure User Authentication
- Personalised Dashboard
- CRUD Operations performed by User
- Statistics of each URL
Client: React, TailwindCSS, ShadCN-UI
Server: Supabase
- Setup and Usage of Supabase for Auth and Storage
Clone the project
git clone https://github.com/Leonardo1903/ClipIt
Go to the project directory
cd ClipIt
Install dependencies
npm install
Start the server
npm run dev
To run this project, you will need to add the following environment variables to your .env file
VITE_SUPABASE_KEY
= "Your Supabase Key"
VITE_SUPABASE_URL
= "Your Supabase Url"
VITE_SHORT_URL
= "Your desired short link"