Skip to content

Crazy-Coder07/mern_Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

MERN Stack Template Overview

This repository provides a full-stack MERN (MongoDB, Express, React, Node.js) template that serves as a starting point for developing web applications. It includes both the frontend and backend setup, allowing developers to quickly scaffold new projects with essential configurations in place. Features

MERN Stack: Fully integrated MongoDB, Express.js, React, and Node.js stack.
Modular Codebase: Separation of concerns between frontend and backend for easy maintainability.
API Integration: Sample REST APIs built using Express for communication between the frontend and backend.
Authentication: Basic user authentication (login, registration) using JWT (JSON Web Tokens).
Environment Management: Supports environment variables for easy configuration.
CORS Handling: Pre-configured for cross-origin requests between frontend and backend.

Technologies Used

Frontend: React (with Hooks, React Router), Axios
Backend: Node.js, Express.js
Database: MongoDB (using Mongoose ORM)
Authentication: JWT-based authentication
API: RESTful API with Express

About

main and basic template of all mern projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published