-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Welcome to the wiki!
This project is meant to be a platform for developers to find and independently choose the tools necessary to build out operational services for local businesses. MVP of the platform will include these Microservices:
- Inventory Management
- Core Services and Identity Management
- Order Management
For MVP, at least one front end implementation will be built out and consume the services provided by the platform as a "demo". (i.e. iOS, Android, or a Web framework such as ReactJS or Vue)
The platform consists of 4 moving parts:
- Frontend application
- Hosted Database
- Hosted Application API
- Hosted Microservices (listed above)
The Frontend application will be any custom implementation of the services. The required interfaces (data architecture of the application API) will be the only restriction to the developer.
The database will be restricted access only to the microservices.
The Application API will handle requests between the Frontend and the microservices.