This is a Collaborative project, we have built a rest API service for an Online Shopping Application with 5 Team members in around 5 days.
- Loding please wait
- User can register/login
- See all products
- Find products by category
- Add to cart/edit into the cart
- Place Order
- Proper Exception Handling *Proper Input Validation
- Data Stored in the database(mySQL)
- User Authentication of signUp and Login
- Java Core
- Spring Data JPA
- Hibernate
- MySQL
- Spring Boot
- Update the port number, username and password as per our local database config.
- server.port=8080
- spring.datasource.url=jdbc:mysql://localhost:3306/DatabaseName
- spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
- spring.datasource.username=root
- spring.datasource.password=YourPassword
- spring.jpa.hibernate.ddl-auto=update
- Utkarsh Keshari
- Rajesh Biswas
- Abidesh Kumar
- Tejas Vilas Medade
- Sumedh Ambhore