This is an example service designed for Dabney Backbone.
As it is an example it has a small section on each of the exports that can be integrated into backbone based on the service.config.js file
These are the exports in this module:
- service-example/Config
- config file
- service-example/React
- react based frontend component for the service
- service-example/Redux
- redux sate manager that gets integrated into backbone's redux
- service-example/Admin
- Admin panel components that backbone admins will be able to interact with
- service-example/Express
- Express api routes that will be integrated into the server
- service-example/Database
- Sequelize Postgress database that the backend will connect to