Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.15 KB

README.md

File metadata and controls

57 lines (44 loc) · 1.15 KB

Stock management full stack app(React/Django)

This is a Stock management app. Can be built for web, Desktop(with electron), mobile(with ionic). The backend is made with django

Screenshots

App App App App App App

Requirements

Setup

Run the following commands :

yarn install

Launch the app server bundle

Web version

yarn dev

Desktop version

yarn dev:electron

Android version

cd packages/app
npx cap add android
npx cap open android

Launch the server only

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

License

MIT