Skip to content

ntancardoso/customers-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Customer REST API

A Demo CRUD REST application that manages customers

Live Demo

https://customers.view-this.info/

Deployment

  1. Make sure you have Java 8, Maven and MySQL installed
  2. Create a database on MySQL if you don't have one ready.
  3. Then setup Customers table using the attached sql script.
  4. Go to the project directory and build the application
mvn package
  1. Create an application.properties file beside your application and configure the following
spring.datasource.url=
spring.datasource.username=
spring.datasource.password=
  1. Run the application
java -jar target/customers-1.0.0-SNAPSHOT.jar

REST API

  • Get the customer endpoints
http://<host:port>/api/profile/customers

About

A demo CRUD RESTful API using Spring Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages