postgres + node/js + react full-stack prototype based on react-boilerplate
- Generic CRUD REST endpoints for the app db models (CrudRest)
- docx template generation
- Generic UI pattern for CRUD for models, with ability to customize only specific fields
- Generic UI patterns for handling 1:N N:M entity relations
- Custom filters for lists
- Uses redux & sagas for state management
Assuming a default postgres installation
psql -U postgres -h localhost < ./sql/init_db.sql
npm run knex migrate:latest
npm run fixture
psql -U tcs -h localhost -d tcs < ./node_modules/connect-pg-simple/table.sql
to build imagemagick-native
https://github.com/elad/node-imagemagick-native/issues/69
npm i imagemagick-native
npm run start-dev-api npm run start
username: v@v.com password: "123asd"