Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.08 KB

URL shortener

In this project, a server application for link shortening has developed. The application contains a one-page site with a minimalistic interface.

Site

Used technologies

How to set up this project on your computer

  • Install JDK 16 and PostgreSQL
  • Clone this repository
  • In file ./src/main/resources/application.properties change parameters for accessing the database:
    • spring.datasource.url
    • spring.datasource.username
    • spring.datasource.password