Skip to content

Starter template for Vinoshipper take home assignment.

Notifications You must be signed in to change notification settings

Vinoshipper/VSExercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vinoshipper Assignment Template

This is a very basic Spring Boot Kotlin template intended to make getting started with the Vinoshipper take home programming assignment simpler. You are not required to use this template, you can submit your solution in the programming language and framework of your choice.

Running The Application

./gradlew bootRun

Provided Endpoints

# Sample GET Endpoint
curl http://localhost:8080/hello

# Sample POST Endpoint
curl -X POST http://localhost:8080/hello \
   -H 'Content-Type: application/json' \
   -d '{"name":"Maude"}'

About

Starter template for Vinoshipper take home assignment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages