This application will be an inventory managing application, where users can see where their products are located as well as lots of details about the respective products.
- master: branch where official updates are pushed to.
- test: development would be pushed to this branch, not seperated backend and frontend because you wouldnt be able to test connectivity.
- Flutter: To develop and deploy this application will be utilising the framework Flutter and Dart released by Google.
- NodeJS: Backend would be assisted with NodeJS, API Endpoints would be created to allow the user to easily create, read, update and delete data from the database.
- MongoDB Atlas: NoSQL database management system of MongoDB Atlas which is a cloud based plan for MongoDB.
- v0.0.1 - First Release: This tag has the bare minimum features, the ability to see what stock is at what location. Lots more features coming in the future.
The project is in early stages in development so there isnt any build instructions as of now.