Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1016 Bytes

README.md

File metadata and controls

51 lines (39 loc) · 1016 Bytes

Simple_chat

server

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

client

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