Skip to content

Grofers App is a backend application with Java (Spring Framework) made using REST Architecture which is capable of handling all CRUD Operations, Exception Handling, Authentication and Authorization

Notifications You must be signed in to change notification settings

varunbansal644/Grofers-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grofers App

Developed an end to end Grofers web Application using Spring MVC with multiple modules

Functionalities:

  1. User Registeration

  2. CRUD Operations like

  • User can add the address
  • Admin can get all saved address
  • Admin can delete the saved address
  1. Spring Security
  • User can login the site
  • The entire site will change according the role. Whether the client is User or Admin
  • user can logout after completing.
  1. Spring WebFlow
  • after adding stores the User can checkout using spring WebFlow
  • Confirming User Details
  • Confirming Shipping and Billing Address
  • Receipt
  • If the user cancel the webflow it will go to cancel Page
  • If the user submits the checkout it will go to thank you page with the timing of delivery Report

Tools and Technologies:

  • Technology : Java, Spring MVC, Hibernate, Maven.
  • Application Servicer: Apache Maven
  • Database : PostgreSQL.

Installation:

  1. Development Platform - Eclipse / IntelliJ Idea

  2. Server - Apache Maven

  3. Build Tool - Maven

  4. Database -

  5. Installation of maven in eclipse - Click Here

  6. Clone the repository and import it to eclipse

  7. Run your PostgreSQL Database.

  8. Configure your databse configuration in application-context.xml

    • Database properties:

         <bean id="dataSource"
           class="org.springframework.jdbc.datasource.DriverManagerDataSource">
           <property name="driverClassName" value=YOUR DB DRIVER CLASS NAME" />
           <property name="url" value="YOUR DB URL" />
           <property name="username" value="YOUR DB USERNAME" />
           <property name="password" value="YOUR DB PASSWORD" />
         </bean>
      
  9. Run the server.

Somethings wrong!!

If you find that something's wrong with this package, you can let me know by raising an issue on the GitHub issue tracker, or take it as a task and 🧑‍💻 resolve it 💪 --> create a PullRequest 🛠.

Contribution

Contributors are most welcome.

ScreenShots:

Database schema

About

Grofers App is a backend application with Java (Spring Framework) made using REST Architecture which is capable of handling all CRUD Operations, Exception Handling, Authentication and Authorization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages