Simple web site with CRUD operations for 3 tables in database.
Developed with node.js, express and react.
- Install postgresql and run scripts from '.\board_web_api\dev_docs\db_creation.txt'
- Run 'cd .\board_web_api && npm i'
- Run 'cd .\board_react_app && npm i'
- Change or create new web api config in '.\board_web_api\config' (to read more info: https://www.npmjs.com/package/config)
- Run 'cd .\board_web_api && npm run start'
- Run 'cd .\board_react_app && npm start'