| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Shorten your long URLs instantly
Backend: Node.js, Express.js, CORS enabled
Frontend: (Your framework - React/Vanilla JS)
URL-Shortner/ ├── Backend/ # API server ├── Frontend/ # User interface ├── README.md └── package.json
# Clone the repo
git clone https://github.com/Mithuna-spec/URL-Shortner.git
cd URL-Shortner
# Setup Backend
cd Backend
npm install
npm start
# Setup Frontend (in new terminal)
cd ../Frontend
npm install
npm startCreate .env in Backend folder:
PORT=5000MIT License
Give a star if this helped you!
Project Link: https://github.com/Mithuna-spec/URL-Shortner
| Back | FazBrowse Home | New Git URL |