A Backend project providing Rest Api for oneClickShopping application. The Api can perform all the crud operation with customer validation on every step.
## Backend Work
- Proper Exception Handling *Proper Input Validation
- Data Stored in the database(mySQL)
- User Authentication of signUp and Login
Techstack | Purpose |
---|---|
Spring Boot | Build Java based Spring Application |
MySQL | Relational Database System |
Swagger | Simplify API Creation |
Lombok | Annotation based getter, setter, equals, constructor |
- 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
Contributors | Responsibility |
---|---|