Skip to content

Created a Full-Stacked NoteBook using Mern with Authentication

Notifications You must be signed in to change notification settings

MasterSINISTER/rnNoteBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Notebook App

This is a simple notebook application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack.

Features

  • User authentication: Sign up, login, and logout functionalities.
  • Create, read, update, and delete (CRUD) notes.
  • Real-time updating: Notes are updated in real-time using WebSockets.
  • Responsive design: The application is designed to work seamlessly on desktop and mobile devices.

Technologies Used

  • MongoDB: Document database used for storing user data and notes.
  • Express.js: Web application framework used for building the backend server.
  • React.js: JavaScript library used for building the user interface.
  • Node.js: JavaScript runtime environment used for running the backend server.
  • Socket.IO: Library used for real-time communication between the client and server.
  • Bootstrap: Frontend framework used for responsive design and styling.

Prerequisites

Before running this application locally, make sure you have the following installed:

  • Node.js and npm
  • MongoDB (running locally or a cloud-based instance)

Getting Started

  1. Clone the repository:
git clone https://github.com/your-username/mern-notebook-app.git

About

Created a Full-Stacked NoteBook using Mern with Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published