Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sojebsikder/nodejs-ecommerce
Node.js multi vendor ecommerce app
https://github.com/sojebsikder/nodejs-ecommerce
create-sojeb-express-ts-app ecommerce express multidomain multivendor-ecommerce mysql nodejs prisma typescript
Last synced: about 2 months ago
JSON representation
Node.js multi vendor ecommerce app
- Host: GitHub
- URL: https://github.com/sojebsikder/nodejs-ecommerce
- Owner: SojebSikder
- License: mit
- Created: 2022-06-06T10:46:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T07:35:00.000Z (over 1 year ago)
- Last Synced: 2023-05-14T08:22:09.499Z (over 1 year ago)
- Topics: create-sojeb-express-ts-app, ecommerce, express, multidomain, multivendor-ecommerce, mysql, nodejs, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 1.81 MB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-ecommerce
Node.js multivendor e-commerce application
> Note: I Didn't focus on frontend much
![alt](./ss/home.PNG)
![alt](./ss/admin.PNG)
![alt](./ss/seller-product.PNG)## Features:
- Written in Typescript
- Authentication
- Login using email and password
- Login using google
- Multi vendor support
- Multiple seller can sell their products
- Multi domain support
- Admin dashboard
- Shop management
- Manage multi level category for product
- Seller dashboard
- Product inventory management
- order management
- Payment gateway integration
- Paypal
- Stripe
- Order receipt pdf generation
- And much more.## Configure
- Set up database credentials in env file
- Migrate database using:
`yarn prisma migrate dev`
- Database seeding using: `yarn prisma db seed`## Installing
```
yarn install
```## Production
### Build
```
yarn build
```### Running
```
yarn start:prod
```## Development
### Running
```
yarn start
```### Watch changes
```
yarn start:dev
```## Technology used
- (Boilerplate) http://github.com/sojebsikder/create-sojeb-express-ts-app
# Contribute
---
If you want to contribute you are welcome here.
## Setup (Contributing)
If you clone this repo then you have to setup these things manually.
- Copy .env.example to .env And set up database credentials in env file
- Migrate database using this command:
`yarn prisma migrate dev`## Issue
If you find any problem please create an issue.