un1r8okq / url-shortener-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener

This project was created for me to learn Kotlin/Spring. Its sister project is a React SPA.

Getting started

  1. Download the IntelliJ IDEA IDE
  2. Install the EnvFile plugin in IntelliJ
  3. Copy .env.example to .env, and set a value for POSTGRES_PASSWORD
  4. Setup a run configuration with the main class as land.ver.url.shortener.UrlShortenerApplicationKt and with the .env file enabled
  5. Run the application
  6. Go setup and run the UI project

About


Languages

Language:Kotlin 100.0%