Skip to content

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

License

Notifications You must be signed in to change notification settings

shoaibrayeen/Url-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

  > 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

Copyright (c) 2020-Present Mohd Shoaib Rayeen

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages