ntancardoso / customers-api

A demo CRUD RESTful API using Spring Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%