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
- Host: GitHub
- URL: https://github.com/ivanjermakov/contacts-list
- Owner: ivanjermakov
- Created: 2018-09-06T11:15:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T09:31:58.000Z (about 7 years ago)
- Last Synced: 2025-02-21T23:43:41.240Z (over 1 year ago)
- Language: Java
- Size: 3.48 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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