| .meteor | ||
| client | ||
| imports/api | ||
| lib | ||
| node_modules | ||
| server | ||
| tests | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Get My
Open source shopping / list app.
Keeping it Simple
- Registration / Login System built in
- 1st user to register is the system admin by default.
- All other useers are added as "user".
- No serious permissions difference as of now.
- Product Information Levels:
- Products
- Stores
- Categories
- Locations
- Products
- Lists
- Can be shared with other users to add items (green text)
- Can be private for keeping your own list of things to buy or tasks to do.
- Can be marked as complete and removed from view.
- List Items
- Added to specific lists
- Can be marked as
- Ordered (crossed out on list, but visible)
- Received (check mark, and removed from visible list, but can be seen by selecting an option at the top of the list if needed.)
What Get My Is
- a Simple Lists App
What Get My Is Not
- a Reminders app with calendar / timer events.
- A full ERP / CRM for your home.
- A portal or interface to any shopping / eCommerce sit online.
Built With
- MeteorJS
- Blaze UI
- MongoDB
- Materialize-css
License
MIT Copyright 2022 - Brian McGonagill
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.