Skip to content

glauber-cruz/random-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CHAT IO

HOW TO USE

To use this application you need to config the api and client

HOW TO CONFIG

API

Run the following codes to configure the api:

cd api
npm install
npm run start:dev

Before excecute npm run start:dev, it's important that you create a .env file first. To create your own .env file you can use the example.env file as a base

CLIENT

Run the following codes in another terminal to configure the client:

cd client
npm install
npm run start

HOW TO RUN TESTS IN THE API

For you run tests you just need to run this commands:

cd api
npm run test

OBJECTIVE

My object with this code was create simple chat as homework of my course

About

A chat that I create as activity in my course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published