Skip to content

neelesh-124/Money-Tracker-App-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complete MERN Stack Project

Project Overview

This project is a full-stack MERN (MongoDB, Express.js, React.js, Node.js) application designed to demonstrate a robust and scalable web application solution. It includes features such as user authentication, data management, and interactive user interfaces.

Features

  • User Authentication: Secure login and registration with JWT-based authentication.
  • CRUD Operations: Create, read, update, and delete operations for managing data.
  • Real-time Updates: Responsive frontend with real-time updates.
  • Data Protection: Implemented security measures to protect user data and interactions.

Installation

  1. Clone the Repository
    git clone https://github.com/your-username/your-repo-name.git
  2. Navigate to the Project Directory
     cd your-repo-name
    
  3. Install Backend Dependencies
    cd backend
    npm install
  4. Install Frontend Dependencies
    cd ../frontend
     npm install
    
  5. Setup and Configuration

Environment Variables

Create a .env file in the backend directory with the following variables:

MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret
PORT=5000

About

A MERN project for tracking your expenses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published