Skip to content

upsd/spark-products-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product API written in Spark Java

An example project utilising Spark to create an API.

Features

We have the following features:

  • Get all products
  • Add a new product

This means it is not a full CRUD application.

Those features translate into the following routes:

  • GET /products
  • POST /products

Check out the tests and the production code to see how it works.

Adding more features

Also, check out the branch implementing more endpoints for an example of adding more features to the basic API.

About

An example project utilising Spark to create a basic API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages