codeforcauseorg / click-short

3 stars 7 forks source link

Click Short

URL shortner || Simplified click redirection and tracking

The app has two components

To run the application Frontend:

cd frontend
npm install
npm start

Backend: Further execution details are provided here

cd backend
npm install
npm start