/websocket-with-nestjs-and-reactjs

Registration of people in a to-do list like in real time.

Primary LanguageJavaScript

WEBSOCKET WITH NESTJS AND REACT

Logo

A server/client application to train NestJS, React, Websocket, Chakra UI.

LAYOUT

Home

Home

CRUD

ADD UPDATE DELETE

Getting Started

This is an example of how you may give instructions on setting up your project locally.

Installation

  1. Clone the repo

    git clone git@github.com:allanfoppa/websocket-with-nestjs-and-reactjs.git
  2. Run a server command

    npm i # if first time
    npm run start:dev
  3. Run a client command

    npm i # if first time
    npm run start

FINAL CONSIDERATIONS

This application is a practice project built to explore technologies and concepts. It's not intended for commercial use and may not adhere to best practices for production environments. Feel free to explore, contribute, or provide feedback. Thank you for checking it out!