Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 500 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 500 Bytes

Geodyssey

Basic CRUD-application for measurment instrument management.

System screenshot

Stack:

  • Frontend: vuejs
  • Backend: MarbleJS
  • DB: postgresql

Development

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.