Fashion Club is the best open-source eCommerce platform.
- Fashion Club runs on nest js with an MySQL backend database.
- Fashion Club is cross-platform, and you can run it on Windows, Linux or Mac.
- Fashion Club support PostgreSQL and MySQL database.
- All methods in Fashion Club are async.
Fashion Club architecture follows well-known software patterns and the best security practices. The source code is fully customizable. Pluggable and clear architecture makes it easy to develop custom functionality and follow any business requirements.
The Web API plugin by the Fashion Club team lets you build integrations with third-party services or mobile applications using REST. The Web API plugin is available with source code and covers all methods of Fashion Club: backend and frontend.
Friendly members of the Fashion Club community will always help with advice and share their experiences. Fashion Club core development team provides professional support within 24 hours.
Evaluate the functionality and convenience of Fashion Club as a customer and store owner.
Front End | Admin area |
---|---|
![]() |
![]() |
You can get this repository with :
gh repo clone ThamerAyachi/Fashion-club
This will create an Open Commerce project in the directory . Once this is complete, navigate to the project directory:
cd Fashion-club
Install the project dependencies in server side:
cd server
npm install
Install the project dependencies in client side:
cd client
npm install
Start client side in directory named /client
:
npm run server
Create file named .env
(format like .env.example
) to set your Data base connection information
# DataBase connection information
DB_TYPE="mysql"
DB_HOST="localhost"
DB_PORT=3306
DB_USERNAME="root"
DB_PASSWORD=""
DB_DATABASE="fashion"
Finally, start the server in development mode (in directory /serve
):
npm run start:dev
โญ If you like what you see, star us on GitHub.
Find a bug, a typo, or something thatโs not documented well? Weโd love for you to open an issue telling us what we can improve! This project uses commitlint, please use their commit message format.
Reaction MIT License