Welcome to StockApp, your go-to solution for mobile stock management! 🚀 This Android app, developed using Java and Android Studio, empowers users to effortlessly manage their stock, keeping everything organized and easily accessible on the go.
- CRUD Application: You can Add, Delete, Update, and View items
- Report: Can get the reports
- Billing: Billing System
- Data Export: Firebase database
- Clone the repository:
[git clone https://github.com/your-username/your-repo.git](https://github.com/kavindee/StockApp.git)
- Open the project in Android Studio.
- Build and run the app on your Android device or emulator.
In your Firebase console, go to the storage tab on the left. Click on the rules tab and set your rule to public. Use the following code to set it to public.
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow read, write;
}
}
}
This is good for testing purposes, however, you should secure your DB connection using authenticate users.
Contributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Create a branch:
git checkout -b feature/new-feature
. - Commit your changes:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Have questions, suggestions, or just want to chat? Reach out to us at wmohankavinda@gmail.com.
Happy coding! 🚀✨