A fullstack url shortener web application built using Java Spring Boot and React.js.
- Subdomain-based routing
- Short url Graph Analytics
- User authentication with Spring Security and JSON Web Token
- Route protection
- Responsive design
- Modern UI using Material UI and Tailwind CSS
- Modern Java Development (Lombok, Spring Data JPA, Hibernate ORM, Maven)
git clone https://github.com/arvinbuid/shorten.it.gitnpm install# Run in development mode
npm run dev
# Build for production
npm run build
# Run in production mode
npm startOpen http://localhost:3000 with your browser to see the result.
