Skip to content

Popov-Dmitry/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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