Allows Users to shorten their URL , Edit them and also download scan QR codes for it , made in PERN Stack with Knex ORM and React Query
10.08.2024.16_39.mp4
1. Shorten Your Long Urls
2. Edit them according to your preferences
3. Generate QR code fr the URL
Use the package manager [npm](https://www.npmjs.com/ to install LinkiWinki.
cd Server
npm install
cd Client
npm install
Clone the project
git clone https://github.com/HarshSharma0801/LinkiWinki.git
Go to the Server
cd Server
Install dependencies
npm install
Start the server
npm start
Go to the Client
cd Client
Install dependencies
npm install
Start the server
npm run dev
would like to change.
Please make sure to update tests as appropriate.