Skip to content

A Spring Boot backend service for an e-commerce platform, providing initial product management and a RESTful API.

License

Notifications You must be signed in to change notification settings

smrutiranjan7274/ecom-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce Backend

A Spring Boot backend service for an e-commerce platform, currently under active development.

Project Status

This project is currently in early development. Features and APIs are subject to change.

  • ✅ Basic project setup
  • ✅ Initial database configuration
  • 🚧 Product management API
  • 📝 User authentication
  • 📝 Order management
  • 📝 Payment integration

Tech Stack

  • Java 17
  • Spring Boot
  • Spring Data JPA
  • H2 Database (for development)
  • Maven

Setup & Development

  1. Clone the repository:
git clone https://github.com/yourusername/ecom-backend.git
cd ecom-backend
  1. Run the application:
./mvnw spring-boot:run

Server starts at http://localhost:8080

Current Features

  • Basic product CRUD operations
  • In-memory H2 database
  • RESTful API structure

Coming Soon

  • User authentication & authorization
  • Order management system
  • Payment integration
  • API documentation
  • Comprehensive test coverage
  • Production-ready database setup

Contributing

As this project is under development, please check the issues tab for planned features and known bugs.

License

This project is licensed under the MIT License.

About

A Spring Boot backend service for an e-commerce platform, providing initial product management and a RESTful API.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages