GithubHelp home page GithubHelp logo

daemonx10 / real_estate_ Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 7.14 MB

A full-stack MERN application demonstrating state management with React and Redux. Features include user authentication, CRUD operations, state persistence, and a RESTful API with Express.js and MongoDB for seamless data handling.

Home Page: https://project-mern-deploy-silk.vercel.app/

HTML 0.98% CSS 14.17% JavaScript 84.86%
expressjs full-stack-web-development nodejs reactjs real-estate

real_estate_'s Introduction

MERN State Management Project

This repository contains a MERN stack project demonstrating effective state management using React and Redux for the client-side and Express.js and MongoDB for the server-side.

Table of Contents

  1. Features
  2. Installation
  3. Usage
  4. Contributing
  5. License

Features

  • Client-Side:

    • React and Redux: Manage complex state with Redux for predictable state management.
    • User Authentication: Secure login and registration using JWT (JSON Web Tokens).
    • State Persistence: Maintain state across sessions using local storage.
    • CRUD Operations: Create, read, update, and delete resources seamlessly.
  • Server-Side:

    • Express.js: RESTful API to handle client requests and perform database operations.
    • MongoDB: NoSQL database for storing user information and application data.
    • JWT Authentication: Secure API endpoints with token-based authentication.
    • Data Validation: Ensure data integrity and validation using Mongoose schemas.

Installation

To install and run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/daemonX10/mern_state.git
    cd mern_state
  2. Install server dependencies:

    cd server
    npm install
  3. Install client dependencies:

    cd ../client
    npm install
  4. Create a .env file in the server directory and add your MongoDB URI and any other necessary environment variables.

Usage

To start the development server, run:

# Start server
cd server
npm start

# Start client
cd ../client
npm start

Open your browser and navigate to http://localhost:3000 to view the application.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

real_estate_'s People

Contributors

daemonx10 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.