Skip to content

infiniityr/simple_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published