app to test skills
Should run the command: nmp install And create table before run the project.
client used http://localhost:8080 server used http://localhost:8081
IMPORTANT!!!: Right now to start project should start client and server from different tabs in terminal: client run by command: npm start server run by command: node server/server.js
TODO: fix it with gulp bug with different starting!!!
to connect to DB should used: database - test, user - postgres, password - pass123
schema of Table is presented into file: tableSchema.txt (in root)
TODO: fix schema table TODO!!!: will separate redux model from views!