Skip to content

A full-stack e-commerce platform with user authentication, product & order management, Razorpay payment integration, and a responsive UI for seamless shopping experiences.

Notifications You must be signed in to change notification settings

nil-official/E-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce RESTful API's

Overview

A full-stack e-commerce platform with user authentication, product & order management, Razorpay payment integration, and a responsive UI for seamless shopping experiences.

Table of Contents

Features

  • List of features your project offers.
  • Highlight any unique functionalities or integrations.
  • Example of user interface or experience (if applicable).

Technologies Used

  • Backend: Spring Boot, Java, PostgreSQL
  • Frontend: React (if applicable)
  • Other: Any additional tools, libraries, or frameworks.

Getting Started

Prerequisites

List any prerequisites that need to be installed (e.g., JDK, Node.js, database):

  • Java 11 or higher
  • PostgreSQL
  • Maven
  • Other dependencies

Installation

  1. Clone the repository:

    git clone https://github.com/username/repo.git
  2. Navigate to the project directory:

    cd repo
  3. Set up the database (if applicable).

  4. Add your environment variables or configure your .env or properties files as described in the Configuration section.

  5. Run the application:

    mvn spring-boot:run

Usage

Provide instructions on how to use your project once it's set up. You can include examples of how to make API calls, UI instructions, etc.

Example API Calls

  • GET /api/v1/resource: Description of what this endpoint does.

    curl -X GET http://localhost:5454/api/v1/resource
    

About

A full-stack e-commerce platform with user authentication, product & order management, Razorpay payment integration, and a responsive UI for seamless shopping experiences.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages