The server side is running with Typescript.
To install all the dependencies run the command:
yarn
or
npm install
To test the application, you can run the command
yarn dev
This application uses the package dotenv.
To override all the configuration, you can create a .env
file and change the values.
The list of the configuration option are into the file src/config.ts
You do not need anything for the databases.
It will be register into the folder databases
thanks to the package NeDB
The client side is running with VueJs.
To install all the dependencies run the command:
yarn
or
npm install
To test the application, you can run the command
yarn serve
You can also use the lovely vue ui
if you prefer to use the browser interface.
This application uses the material.io norm using the package vue-mdc-adapter