Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express E-commerce API

License Version

Production-ready E-commerce REST API with authentication, product management, and order processing.

Features

  • 🔐 JWT Authentication
  • 🛍️ Product CRUD operations
  • 📦 Order management
  • 💳 Stripe payment integration
  • 🔒 Password hashing with bcrypt
  • ✅ Input validation

API Endpoints

Method Endpoint Description
POST /api/auth/register Register user
POST /api/auth/login Login user
GET /api/products List products
POST /api/products Create product
POST /api/orders Create order

Installation

npm install
cp .env.example .env
npm run dev

Testing

npm test

About

Express Ecommerce - e-commerce app built with JavaScript.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages