Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 888 Bytes

readMe.md

File metadata and controls

30 lines (24 loc) · 888 Bytes

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