This is a Stock management app. Can be built for web, Desktop(with electron), mobile(with ionic). The backend is made with django
Run the following commands :
yarn installWeb version
yarn devDesktop version
yarn dev:electronAndroid version
cd packages/app
npx cap add android
npx cap open androiddocker compose upyou can access the admin page with this url https://localhost:8000/admin
On first server launch the server will create a super user with these credentials: username: admin password: admin





