/formcontact

formcontact

Primary LanguageJava

Form Contact API

help guide

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Java SDK 8 , Maven, PostegreSql, Spring Boot, Vs code (optional)

Configure local environment

a. install postegre Sql b. Setup database, run creates.sql in postegres c. build java project at root directory

Build application

mvn package

Start API

cd /target

java -jar  

Aplication Structure

Request(Model) -> Controller -> Service -> SGBD