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 install
Web version
yarn dev
Desktop version
yarn dev:electron
Android version
cd packages/app
npx cap add android
npx cap open android
docker compose up
you 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