Skip to content

crespo/locus-tryout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tryout for Locus Custom Software

This is a REST API with all the CRUD methods for the tables City and State.

Stack: Java, Spring Boot, JPA, Criteria API.

Installation

Requirements

  • Java 11
  • MySQL

Creating database

Create an empty database named tryout

Running the application

First clone the project to your machine using the following command on a terminal:

git clone https://github.com/crespo/locus-tryout.git

Then you want to open the root folder:

cd locus-tryout/

And finally run the API using the Maven Wrapper:

./mvnw spring-boot:run

Useful testing resources

Common issues

When executing the Maven Wrapper you can receive the following error:

Error: JAVA_HOME is not defined correctly.

Make sure your JAVA_HOME is set one level above the bin/ folder of your Java installation, otherwise, this error will continue to happen.

About

Tryout for Locus Custom Software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages