Korusuke / WebEye

URL personalisation and shortener with tracking capabilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebEye

URL personalisation and shortener with tracking capabilities

Setup

  • npm install in base directory and also in ./client
  • npm run dev

React

  • ./client/: React Project
  • ./client/public/: Page Template
  • ./client/src/: JavaScript Endpoints
  • ./client/src/App.js: Routing for all React components

Express

  • app.js: Same as app.py in Flask
  • ./server/: Scripts for all routes should be placed here in their respective folders
  • ./server/dbconnection: Database connection methods
  • ./server/signin/users: Login/Sign-up
  • ./server/index: Route handler
  • ./server/api: All api methods

To-do's:

  • Route protection
  • Create shortened url
  • Edit url
  • Delete url
  • Get stats for a url
  • IP logging
  • Geolocation lookup
  • Email tracking

About

URL personalisation and shortener with tracking capabilities

License:MIT License


Languages

Language:JavaScript 95.4%Language:HTML 3.2%Language:CSS 1.4%