All Projects → AquilaCMS → AquilaCMS

AquilaCMS / AquilaCMS

Licence: OSL-3.0 License
AquilaCMS is an Open Source and "all in one" ecommerce solution, self hosted, built using nodejs (MERN stack)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Less
1899 projects
EJS
674 projects
shell
77523 projects

Projects that are alternatives of or similar to AquilaCMS

Ryal
🏵 An e-commerce library for elixir; just to save you some pain, we're still in construction, so star us instead or donate!
Stars: ✭ 87 (+26.09%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 15,824 (+22833.33%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Ecommerce Laravel Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 99 (+43.48%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Jet
Jet is an e-commerce framework for Amber / Crystal
Stars: ✭ 18 (-73.91%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Orocommerce
Main OroCommerce package with core functionality.
Stars: ✭ 148 (+114.49%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Ever
Ever® - Open-Source Commerce Platform for On-Demand Economy and Digital Marketplaces
Stars: ✭ 980 (+1320.29%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+21233.33%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Example Storefront
Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.
Stars: ✭ 471 (+582.61%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Reaction
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
Stars: ✭ 11,588 (+16694.2%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Spree
Open Source headless multi-language/multi-currency/multi-store eCommerce platform
Stars: ✭ 11,571 (+16669.57%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Vc Platform
VirtoCommerce Platform repository
Stars: ✭ 828 (+1100%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
amazin
A MERN-stack app for eCommerce platform, Webshop, Web Store. Storybook: https://www.amazin.one/ Alternative: https://ntrix.github.io/amazin-story
Stars: ✭ 27 (-60.87%)
Mutual labels:  ecommerce, mern, mern-stack
Ecommerce Codeigniter Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 788 (+1042.03%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+13104.35%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+9794.2%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+3311.59%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (+7442.03%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Commerce
Fully integrated ecommerce for Craft CMS
Stars: ✭ 144 (+108.7%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
Coreshop
CoreShop - Pimcore eCommerce
Stars: ✭ 193 (+179.71%)
Mutual labels:  ecommerce, ecommerce-platform, e-commerce
awesome-medusajs
A curated list of awesome resources related to MedusaJS 😎
Stars: ✭ 113 (+63.77%)
Mutual labels:  ecommerce, e-commerce, ecommerce-api

AquilaCMS License Badge Codacy Badge Build Status

The Open Source, 100% JavaScript and "all in one" ecommerce solution.

AquilaCMS

AquilaCMS is :

  • An open-source e-commerce web application
  • A 100% JavaScript solution with MERN Stack
  • A mutli-themes website : Front-end can be used with ReactJS and NextJS (for polymorphism) or any other JS technology (VueJS, Angular, etc)
  • A complete back office to manage everything in your website
  • A plateform to add modules and themes from Aquila's Shop

AquilaCMS

Server configuration

To install the latest AquilaCMS, you need :

System packages

  • You must verify that you have these packages installed on your OS :
g++ gcc libgcc libstdc++ linux-headers make python libtool automake autoconf nasm wkhtmltopdf vips vips-dev libjpeg-turbo libjpeg-turbo-dev

wkhtmltopdf and libvips are NOT necessary for the installation of AquilaCMS but are used in certain functions: wkhtmltopdf is used when generating pdf and libvips when processing cached images (resizing, changing the quality etc).

Installation

You can download the source code from GitHub and run the following command-line (not 'Windows cmd') to launch the installer.

  • With npm :
yarn install
npm start
  • With pm2 :
yarn install
cp ecosystem.config.example.js ecosystem.config.js
npm run start:pm2
  • With docker :
# create a network to link mongo and Aquila CMS
docker network create aquila
# create the mongo instance
docker run --name mongo -p 27017:27017 --network=aquila mongo
# pull the latest and run AquilaCMS
docker run -p 127.0.0.1:3010:3010/tcp --network=aquila --name aquila aquilacms/aquilacms
  • You can just launch the AquilaCMS image without creating a network if you don't want to connect to a MongoDB launched via Docker
  • if you change the port of the docker container, remember to use the correct PORT env variable.

At the first launch, there is an installation page. It allows you to create an env.json file in the config folder.

You can edit this file manually, an example of the different possible properties is in the config/env.example.json file. You can also found all the properties in the documentation

⚠️Warning : there is not MongoDB in AquilaCMS image

To connect your AquilaCMS website to a Mongo database, you can :

  • run a MongoDB image next to the AquilaCMS image like in the example above (and use this mongodb container as hostname : mongodb://mongo:27017/)
  • use an external link to, for example, an Atlas database
  • use a localhost link to connect AquilaCMS to a database on your host machine (you have to edit your mongod.conf and change your bindIp by your network ip instead of 127.0.0.1)

Have the installation page again

If you want to have the installation page again, you can remove the env.json file in the config/ folder.

Environment variables

You can define two environment variables inside AquilaCMS.

Manually build the theme

If you want, for any reason, to manually build a theme, you can execute this command at the root of AquilaCMS :

npm run build default_theme
  • the parameter is the name of the theme folder you want to build ⚠️Warning : on Windows, you must not use the default cmd Otherwise, you may get an error when using the npm run build command.

Documentations

Find some documentation on :

You can also check some tutorials on :

Contribute

If you want to contribute, you will need to install husky or else you won't be able to commit new feature

yarn husky:install

Demos

Demos website are available:

Front

You can check the default front here :

Backoffice

You can check the backoffice here :

Logins are :

Email Password
[email protected] Demo123

License

AquilaCMS is licensed under OSL3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].