Note Board App

NoteBoardApp

Screenshot

Description

This is a MERN stack application with Socket.io for real-time document updates and saving on MongoDB. The application allows users to collaborate on documents in real-time.

Features

  • Real-time document updates using Socket.io
  • MongoDB for document storage
  • MERN stack (MongoDB, Express.js, React.js, Node.js)

Installation

Frontend

cd frontend
npm install
npm start

Backend

cd backend
npm install
npm run serve