Cezerin2 / cezerin2-api

Cezerin2 is React and Node.js based eCommerce platform. React Shopping Cart.

Home Page:http://cezerin.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cezerin - Ecommerce Progressive Web Apps

CircleCI

Cezerin2 is React and Node.js based eCommerce platform. Allows creating a Progressive Web Apps. This is based from cezerin after project went dead. (https://github.com/cezerin/cezerin)

Built with:

  • Node.js v8.9
  • React v16
  • Redux
  • Express
  • Babel
  • WebPack 4
  • MongoDB

Links

Dashboard

Client-side dashboard use JSON Web Token (JWT) to access REST API.Demo dashboard

Cezerin Dashboard

Store

Single-Page Application with React server-side rendering. Demo store

Cezerin Store

Cezerin Dashboard

Installation

Requirements

  • Node.js >= 8
  • MongoDB >= 3.2

Documentation

Documentation

Application Structure

.
├── config                   # Project and build configurations
├── dist                     # Distribution folder
├── locales                  # Text files
├── logs                     # Log files
├── public                   # Static public assets and uploads
│   ├── admin                # Dashboard index.html
│   ├── admin-assets         # Dashboard assets
│   └── content              # Store root folder
|
├── scripts                  # Shell scripts for theme install/export
├── src                      # Application source code
│   ├── admin                # Dashboard application
│   │   └── client           # Client side code
│   ├── api                  # REST API
│   │   └── server           # Server side code
│   ├── store                # Store application
│   |   ├── client             # Client side code
│   |   ├── server             # Server side code
│   |   └── shared             # Universal code
│   └── index.js             # Server application start point
├── theme                    # Theme as a local package
└── process.json             # pm2 process file

Financial contributions

We also welcome financial contributions in full transparency on our open collective. Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed.

Credits

Contributors

Thank you to all the people who have already contributed to cezerin2!

Backers

Thank you to all our backers! [Become a backer]

Sponsors

Thank you to all our sponsors! (please ask your company to also support this open source project by becoming a sponsor)

Contributing

If you can, please contribute by reporting issues, discussing ideas, or submitting pull requests with patches and new features. We do our best to respond to all issues and pull requests within a day or two, and make patch releases to npm regularly.

Licence

This software is provided free of charge and without restriction under the MIT License

About

Cezerin2 is React and Node.js based eCommerce platform. React Shopping Cart.

http://cezerin.org

License:MIT License


Languages

Language:JavaScript 99.3%Language:Shell 0.4%Language:Dockerfile 0.4%