AbdelrahmanSadat / SMS

SMS with Electron, React, Sequelize & sqlite3. Using electron-react-boilerplate
MIT License
0 stars 0 forks source link

Adding Layer #25

Open AbdelrahmanSadat opened 4 years ago

AbdelrahmanSadat commented 4 years ago

Add a middle layer to the app between the view layer and the model (DB)

AbdelrahmanSadat commented 4 years ago

Consider also checking other projects for how they implement API functionality (like Winds application on github). On a quick glance of their API, one of the things that could be adopted is that functions can throw errors to be handled by the user of the API in case they misuse it.

AbdelrahmanSadat commented 3 years ago

Duplicate of #32