This is repo contain a simple API on Restocat and a frontend on React
RESTful API contain 2 collections: - departments (CRUD) - employee (CRUD)
All data store in MySQL (Use driver sequelizejs)
MySQL must be running and contain "test" schema
npm test
npm run debug
In dev mode Restocat watch the collection and reconnect them on change of code.
npm start
Dashboard wrote with React and Bootstrap
npm start