URL Shortenere
To run:
- install node modules in both fronend and backend using npm install
- create database on your local
- enter database credentials in Backend/Models/db.js
- create a windows schedule task or cronjob in linux to run the Backend/Utils/deleteRecords.sql
- Run both the backend and frontend using npm start
- done