stevenalila / shopyo

🎁 Your Open web framework, designed with big in mind. Build your management systems, ERP products & mobile backend (coming soon). Ecommerce app & small business needs included by default. First timers friendly. Email: admin@domain.com | password: pass

Home Page:http://shopyo.pythonanywhere.com/dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


shopyo

codecov

Featured on Weekly Python issue 436 🌟

A 45 mins talk was dedicated to it at EuroPython 🌟

What?

Your next-level modular web framework. Headless support coming soon.

Built on top of Flask, it offers most Django features, sometimes a tidbit more with far more flexibility.

It ships with common business needs and an ecommerce modules by default

Have a go!

Create a virtual environment and activate it (not needed when installing via github).

pip install shopyo

then

shopyo new . shopyotest
cd shopyotest
python -m pip install -r requirements.txt
python manage.py initialise
python manage.py rundebug

go to http://127.0.0.1:5000/dashboard with credentials admin@domain.com / pass

First time contributing?

We have a 100% first-timers friendly policy. Check out the testimonials.

Big??

Powered by apps / modules. Add as many as you like.

Apps are not enough, organise them in boxes and get the ultimate order you need.

You need a customised Django? This is the project. You need to build an ERP? This is the project.

Linux??

Hackable to the core. Even the dashboard is but a module.

Don't need our modules? Nuke them. Look boring? modify them

Reliable?

We don't maintain middlewares. We rely on battle tested batteries like:

  • flask_sqlalchemy
  • flask_login & co

Heck remove them if you don't want. Want to use Peewee? You can.

Rich Flask API

Common flask patterns are integrated, the structure is over the moon.

Common flask tasks are provided with an API: custom notifications, bulk form errors

Back office feel & Theme

All looks are 100% customisable with themes ~ Backend, bootstrap included by default.

Again blow it up & use what you want. It's possible

Transparent: Code your own web distro

Everything is clear, not hidden. You can 100% customise whatever you want.

We did not hardcode our choices. Our APIS are incremental. You can always use barebones.

Plug & Play

The modules are put by copy paste. No blueprint codes to write.

Contribute

We follow a 100% first-timers friendly policy.

πŸ‘‰ Get started here

πŸ‘‰ Join the Discord, ask questions & learn about Flask tricks during our dev talks!

πŸ“š Docs

πŸ‘‰ Link: abdur-rahmaanj.github.io/shopyo/

By default

We include some custom apps to get started and act as a demo:

  • ecommerce
  • appointment
  • pages
  • contact

🍜 Test it out!

Info Value
Link shopyo.pythonanywhere.com/dashboard
Credentials User: admin@domain.com - password: pass

Who uses Shopyo?

site name description
Maurilearn.com Elearning platform

πŸ“ž Contact

Support team if you are stuck

🍳 In Action

Supporters

Stargazers repo roster for @abdur-rahmaanj/shopyo

Forkers repo roster for @abdur-rahmaanj/shopyo

The engine

Shopyo's engine which provides a Django-like structure and awesome mechanisms has been abstracted into hadbox

About

🎁 Your Open web framework, designed with big in mind. Build your management systems, ERP products & mobile backend (coming soon). Ecommerce app & small business needs included by default. First timers friendly. Email: admin@domain.com | password: pass

http://shopyo.pythonanywhere.com/dashboard

License:Other


Languages

Language:JavaScript 35.5%Language:HTML 31.9%Language:Python 31.8%Language:CSS 0.7%Language:Makefile 0.1%Language:Dockerfile 0.0%