Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

EqualExperts/code-challenge-recipe-finder-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Finder service

This service allows the consumer to search its recipe database for recipes that match the search criteria provided.

Requirements

  • Java 11
  • maven

Giving permission for the maven wrapper

The maven wrapper is included with this project. You may need to grant permission to execute this file (or use your own wrapper or mvn directly)

chmod u+x mvnw

Compiling the code

./mvnw compile

Running the tests

./mvnw test

Running the service

  • Open Intellij IDEA,
  • File | New Project from Existing Sources
    • Select the recipe-finder directory
    • Select Import project from existing sources
    • Select Maven
  • Create a run configuration to run src/main/java/RecipeFinderApplication

This starts up a Java service with an in-memory database.

The Java service is dependent on the recipes API.

To import data into the database from the recipes API, send a GET request to http://localhost:8080/admin/import.

You can search for recipes by navigating to http://localhost:8080/recipes

Doing the challenge

The coding challenge is described in CHALLENGE.md.

To complete the challenge:

  • Fork this repo
  • Make your changes
  • Commit and push to your fork
  • Share your fork with < tbd email address >

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published