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.
- 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.
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
# Install dependencies
yarn install
# Run the app
yarn startAfter starting the app, head to http://localhost:8000/ to interact with the API.
Here are some examples of API requests:
Contributions are welcome! Feel free to submit pull requests.