2021-02-03 18:19:58 +02:00
2021-02-03 18:19:58 +02:00
2021-02-03 17:39:23 +02:00
2020-12-21 23:03:50 +02:00
2020-12-21 23:03:50 +02:00
2020-12-30 15:53:33 +02:00
2021-02-03 17:39:23 +02:00

MERN Stack Template

MERN banner

How to use this template

📀 Demo video

STEP 1:

Click "Use this template" to generate a new repository.
Then open your terminal and clone your repository:

cd ~/Desktop
git clone https://github.com/[your-user-name]/[your-repo-name].git


STEP 2:

Go to your repository's folder, and install all dependecies:

cd ~/Desktop/[your-repo-name]
npm install


STEP 3:

Prepare your MongoDB database (atlas, community).
Then go to your server folder (backend), and set your database within server.js,


STEP 4: CODE !!!



Node dependecies & versions:

Client:

axios: ^0.21.1     --->     Use the API
react: ^17.0.1     --->     UI framework
react-dom: ^17.0.1     --->     UI framework
react-scripts: ^4.0.1     --->     Quickly launch local service

Server:

cors: ^2.8.5     --->     Enable HTTP requests
dotenv: ^8.2.0     --->     Secure sensitive information
express: ^4.17.1     --->     Server app
mongoose: ^5.11.14     --->     MongoDB database
morgan: ^1.10.0     --->     Logs requests

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%