dependabot[bot] cc7afb7a08 Bump zustand from 5.0.3 to 5.0.7 in /client
Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.3 to 5.0.7.
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](https://github.com/pmndrs/zustand/compare/v5.0.3...v5.0.7)

---
updated-dependencies:
- dependency-name: zustand
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-04 09:55:45 +00:00
2025-01-28 20:02:53 +02:00
2020-12-21 23:03:50 +02:00
2024-12-14 16:14:14 +02:00
2024-12-14 16:14:14 +02:00
2025-01-27 19:31:06 +02:00

MERN Stack Template


What is this template?

This template allows you to quick-start your Fullstack application using the MERN stack, it has a server setup with some basic authentication, and a client ready to communicate with the backend.


How to use this template

1. Generate repository from template:

Click "Use this template" to generate a new repo, then open your terminal and clone your new repo.

git clone https://github.com/[your_user_name]/[your_repo_name].git

2. Install dependencies:

Go to the server folder, and run install.

cd ./server
npm i

Go to the client folder, and run install.

cd ./client
npm i

3. Prepare MongoDB:

Prepare your MongoDB database (using Atlas, or Community). Then configure your database within server/src/constants/index.js (or server/src/.env), by configuring the MONGO_URI variable.

4. Start applications:

Go to the server folder, and run dev.

cd ./server
npm run dev

Go to the client folder, and run dev.

cd ./client
npm run dev

5. Happy Coding !!!

Description
Quickstart your MERN stack (Fullstack) application with this template!
Readme 5.6 MiB
v2.1 Latest
2025-11-12 12:11:38 -03:00
Languages
TypeScript 81.8%
CSS 11%
HTML 4.8%
JavaScript 2%
Makefile 0.4%