Long Urls would be given through API and it'd be converted to Short Url and stored in the Table.
Prerequisite
- Java 13
- Spring Boot 2.2.5
- MySQL for Database
- Use Spring Tools 4 as IDE (Recommended)
Clone the repository
> git clone https://github.com/shoaibrayeen/Url-Shortener/
Create Database Schema Through MySQL
CREATE SCHEMA UrlShortener;
Use UrlShortener;
# If you want to change the schema name, you need to change it in application.properties file.
Open with Spring Tools 4 and launch App
Now Use Postman to make GET or POST Request
Copyright (c) 2020-Present Mohd Shoaib Rayeen
This project is licensed under the Apache License - see the LICENSE file for details