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