Skip to content

This is a full-stack web application built using the MERN stack (MongoDB, Express.js, React, Node.js). The application provides a seamless user experience with dynamic front-end interaction and secure back-end APIs.

Notifications You must be signed in to change notification settings

Harshit-7373/MERN-Project

 
 

Repository files navigation

Project Name: MERN Project

Description

A Full-Stack Web Application built using the MERN stack: MongoDB, Express.js, React.js, and Node.js. This project is designed to demonstrate CRUD operations, authentication, and state management across the stack.

Features:

  • User Authentication (Sign up, Sign in, Logout)
  • RESTful API endpoints
  • Role-based access (Admin/User)
  • Dynamic content management with MongoDB
  • Secure user sessions using JWT tokens and HTTP-only cookies
  • Responsive design using TailwindCSS

Technologies

  1. MongoDB: NoSQL database for storing user and application data.
  2. Express.js: Web framework for Node.js, handling API requests and responses.
  3. React.js: Frontend framework used to build a dynamic and responsive UI.
  4. Node.js: Backend runtime that handles requests and API integration.

Setup & Installation

  1. Clone the repository:
git clone https://github.com/vietnguyen51/MERN-Project.git
  1. Navigate to backend and frontend folders and install the dependencies:
cd backend
npm install
cd ../frontend
npm install
  1. Setup environment variables:

    • In the backend/ folder, create a .env file and add your configuration:
      MONGODB_URI=mongodb+srv://<username>:<password>@cluster.mongodb.net/yourdb
      TOKEN_SECRET_KEY=your_secret_key
      FRONTEND_URL=http://localhost:3000
  2. Run the backend and frontend:

cd backend
npm run dev

For frontend:

cd frontend
npm start
  1. Navigate to http://localhost:3000 to view the application.

API Endpoints

  • POST /api/signup: Register a new user.
  • POST /api/signin: Log in an existing user.
  • GET /api/user-details: Get the authenticated user's information.
  • GET /api/user-logout: Log out the user.

License

This project is licensed under the MIT License.

About

This is a full-stack web application built using the MERN stack (MongoDB, Express.js, React, Node.js). The application provides a seamless user experience with dynamic front-end interaction and secure back-end APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.6%
  • CSS 5.3%
  • HTML 0.1%