Basic CRUD-application for measurment instrument management.
Stack:
- Frontend: vuejs
- Backend: MarbleJS
- DB: postgresql
To run API use node:
$ npm run start:serverTo run UI use npm (or yarn):
$ npm install
$ npm startTo run database install PostgreSQL or use Docker Compose (inside ./sql) directory:
$ docker-compose up -dDatabase with tables will be created at server startup.
