Skip to content

Alimddar/CommerceCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CommerceCore 🛍️

CommerceCore is a personal e-commerce application developed using NestJS and TypeORM. It offers streamlined product, purchase, and user management, tailored for scalable online retail experiences.

Features 🌟

  • Product Management: Handle your products with ease.
  • Category Management: Organize products into categories.
  • User Management: Manage user accounts and data.
  • Comments: Allow users to comment on products.
  • Purchases & Purchase Details: Track sales and purchase details.

Project Structure 🏗️

CommerceCore
├─ src
│  ├─ app.module.ts
│  ├─ main.ts
│  ├─ comments
│  ├─ product_categories
│  ├─ products
│  ├─ purchase_details
│  └─ users
├─ librarys.txt
├─ nest-cli.json
├─ package.json
├─ test
├─ tsconfig.build.json
├─ tsconfig.json
└─ yarn.lock

Installation 💾

# Install dependencies
yarn install

# Run the app
yarn start

Usage 🚀

After starting the app, head to http://localhost:8000/ to interact with the API.

API Requests 📡

Here are some examples of API requests:

api-1 api-2 api-3

Contributing 🤝

Contributions are welcome! Feel free to submit pull requests.

About

CommerceCore is a personal e-commerce app creation, featuring streamlined product, purchase, and user management. Developed with NestJS and TypeORM, it's tailored for scalable online retail experiences. Emphasizing intuitive interfaces and robust functionality, it sets the stage for a comprehensive and user-friendly shopping environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors