keenethics / node-react-starter-kit

MIT License
0 stars 1 forks source link

Server folders structure with sequelize connected #37

Closed epaminond closed 5 years ago

epaminond commented 5 years ago

Frontend-tests are still broken :crying_cat_face: @usernamus , could you check them?

usernamus commented 5 years ago

@epaminond, we need to run development server if we want to test this project. I'll investigate this problem and hope that I'll find beautiful solution

epaminond commented 5 years ago

/server/models/index.js very intriguing file, do we use this like best practice to associate model and table? I mean, is it normal code in the world of postgesql?)

@usernamus , it was initially generated by sequelize and I've performed some refactoring there. If you think something can be improved - suggest. )