An open API service indexing awesome lists of open source software.

https://github.com/ivanjermakov/contacts-list

Implementation of individual task for iTechArt Java course
https://github.com/ivanjermakov/contacts-list

Last synced: 10 days ago
JSON representation

Implementation of individual task for iTechArt Java course

Awesome Lists containing this project

README

          

# Contacts List
Implementation of individual task for iTechArt Java course

## Requirements
JDK 8 or higher
Gradle 4.10.2 or higher
PostgreSQL 11 or higher

## Setup
1. `git clone https://github.com/ivanjermakov/contacts-list.git`
2. Execute `database.sql` on previously created PSQL database.
3. Fill next properties in `application.properties`:

spring.mail.username=
spring.mail.password=
mail.smtp.user=
mail.smtp.password=

4. `gradle build`

## Run
Web application will start on `:8080` port.

gradle bootRun