An open API service indexing awesome lists of open source software.

https://github.com/shoaibrayeen/url-shortener

Long Urls would be given through API and it'd be converted to Short Url and stored in the Table.
https://github.com/shoaibrayeen/url-shortener

java mysql spring-boot url-shortener

Last synced: 6 months ago
JSON representation

Long Urls would be given through API and it'd be converted to Short Url and stored in the Table.

Awesome Lists containing this project

README

          

## Url Shortener
Long Urls would be given through API and it'd be converted to Short Url and stored in the Table.

### Getting Started with Project
Prerequisite
- Java 13
- Spring Boot 2.2.5
- MySQL for Database
- Use Spring Tools 4 as IDE (Recommended)

Clone the repository
```sh
> 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

### License
[![Apache License](https://img.shields.io/badge/license-Apache-brightgreen.svg)](http://www.apache.org/licenses/)

**Copyright (c) 2020-Present Mohd Shoaib Rayeen**

This project is licensed under the Apache License - see the LICENSE file for details