Loading repository data…
Loading repository data…
gaurav7ingh / repository
Online shopping Application is a RESTful service where a client can perform CRUD operations on data and can receive the information from the server for this application. It's a collaborative project that concluded in 5 days.
This application is used by ABC Company admin and their Customer for online shopping
This application will help Customer to buy the products and view order details.
Customer can register themselves and login. Add product to the cart and purchase it .
This application will help Admin to search Product list ,add new products ,remove products and update product .
This project is developed by team of 4 Back-end Developers during project week in Masai School.
server.port=8888
spring.datasource.url=jdbc:mysql://localhost:3306/online_shopping_application
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=root
http://localhost:8888/swagger-ui/
https://localhost:8888/
POST /log-in-log-out-controller : User can login with email and password provided at the time of registationPOST localhost:8888/login
{
"email": "samrat@gmail.com",
"password": "swagger"
}
Video Drive Link