Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 418 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 418 Bytes

Node React Chat

This is a simple chat application built with react.js, node.js, and MongoDB.

Technologies used

Frontend

  • React with hooks
  • Tailwind styled-components

Backend

  • Node.js Express
  • MongoDB
  • Typescript

Requirements

  • Typescript
  • Node.js
  • Docker

Setup

1. git clone https://github.com/romeo-folie/node-react-chat.git
2. cd node-react-chat
3. docker-compose up