AnthoGdn / anthogdn-rest-api

AnthoGdn API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnthoGdn API

Its a simple API with Spring Boot and Spring Data JPA.

Getting Started

Requirements

  • Mysql

You should create one user in your database. Execute this command :

$ mysql -u root -p < src/main/resources/db/anthogdn.sql

or change configuration in src/main/resources/application.properties

Building the project

Execute this commande in the root directory to build maven project.

$ mvn clean install

Deploy the project

Execute this commande in the root directory to deploy Spring Boot project.

$ mvn spring-boot:run

Navigate to http://localhost:8080

Contributor

About

AnthoGdn API

License:Other


Languages

Language:Java 54.6%Language:Gherkin 45.3%Language:Shell 0.0%