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.
- Host: GitHub
- URL: https://github.com/shoaibrayeen/url-shortener
- Owner: shoaibrayeen
- License: apache-2.0
- Created: 2020-03-21T15:24:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T13:08:43.000Z (over 3 years ago)
- Last Synced: 2025-02-03T14:49:16.080Z (8 months ago)
- Topics: java, mysql, spring-boot, url-shortener
- Language: Java
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.md
- License: LICENSE
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 AppNow Use Postman to make GET or POST Request
### License
[](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