Skip to content

Keerthana-webdev/MERN-STACK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

MERN Stack App

This is a simple MERN (MongoDB, Express.js, React.js, Node.js) stack application. It serves as a template for building full-stack web applications using these technologies.


Features

  • MongoDB: MongoDB is used as the database to store application data.
  • Express.js: Express.js is used as the web application framework to handle server-side logic.
  • React.js: React.js is used for building the user interface components.
  • Node.js: Node.js is used as the server-side runtime environment.

Tech Stack

  • Frontend: React.js + Axios
  • Backend: Node.js + Express.js
  • Database: MongoDB Atlas
  • Tools: Mongoose, CORS, Dotenv, Nodemon

Project Structure

MERN-STACK/
│
├── client/ # React Frontend
└── server/ # Node + Express Backend

How to Run

1️⃣ Start Backend

cd server
npm install
npm run dev

2️⃣ Start Frontend

cd client
npm install
npm start

Author

Keerthana S

About

This is a simple MERN (MongoDB, Express.js, React.js, Node.js) stack application. It serves as a template for building full-stack web applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors