|
1 | 1 | ---
|
2 | 2 | title: 'Getting started with MERN'
|
3 |
| -authors: [abhijith-m-s, ajay-dhangar] |
4 |
| -tags: [web dev,React,Express,MongoDB,Node,UI,web development,web frameworks] |
| 3 | +authors: |
| 4 | + - Abhijith M S |
| 5 | + - Ajay Dhangar |
| 6 | +tags: |
| 7 | + - MERN Stack |
| 8 | + - MongoDB |
| 9 | + - Express.js |
| 10 | + - React |
| 11 | + - Node.js |
| 12 | + - Web Development |
| 13 | + - API |
| 14 | + - Frontend Development |
| 15 | + - Backend Development |
5 | 16 | date: 2024-06-10 09:32:00
|
6 |
| -description: Simple Guide to get you started with MERN |
| 17 | +description: Learn the basics of the MERN stack, from building an API with Express.js to creating a React app. This guide covers prerequisites, configuring MongoDB Atlas, styling, and more. |
7 | 18 | draft: false
|
| 19 | +canonical_url: https://codeharborhub.github.io/blog/getting-started-with-mern |
| 20 | +meta: |
| 21 | + - name: "robots" |
| 22 | + content: "index, follow" |
| 23 | + - property: "og:title" |
| 24 | + content: "Getting started with MERN" |
| 25 | + - property: "og:description" |
| 26 | + content: "Learn the basics of the MERN stack, from building an API with Express.js to creating a React app. This guide covers prerequisites, configuring MongoDB Atlas, styling, and more." |
| 27 | + - property: "og:type" |
| 28 | + content: "article" |
| 29 | + - property: "og:url" |
| 30 | + content: "https://codeharborhub.github.io/blog/getting-started-with-mern" |
| 31 | + - property: "og:image" |
| 32 | + content: "https://codeharborhub.github.io/assets/images/mern-8a27add30515e58f789f89a4c9072818.jpg" |
| 33 | + - name: "twitter:card" |
| 34 | + content: "summary_large_image" |
| 35 | + - name: "twitter:title" |
| 36 | + content: "A Comprehensive Guide to Get You Started with MERN Stack" |
| 37 | + - name: "twitter:description" |
| 38 | + content: "Learn the basics of the MERN stack, from building an API with Express.js to creating a React app. This guide covers prerequisites, configuring MongoDB Atlas, styling, and more." |
| 39 | + - name: "twitter:image" |
| 40 | + content: "https://codeharborhub.github.io/assets/images/mern-8a27add30515e58f789f89a4c9072818.jpg" |
8 | 41 | ---
|
9 | 42 |
|
10 | 43 | A comprehensive guide to get you started with MERN stack. From building an API with Express.js to creating a React app, this guide covers all the basics of the MERN stack.
|
|
0 commit comments