https://github.com/adrianhajdin/project_mern_memories
This is a code repository for the corresponding video tutorial. Using React, Node.js, Express & MongoDB you'll learn how to build a Full Stack MERN Application - from start to finish. The App is called "Memories" and it is a simple social media app that allows users to post interesting events that happened in their lives.
https://github.com/adrianhajdin/project_mern_memories
expressjs mongodb nodejs reactjs redux
Last synced: about 10 hours ago
JSON representation
This is a code repository for the corresponding video tutorial. Using React, Node.js, Express & MongoDB you'll learn how to build a Full Stack MERN Application - from start to finish. The App is called "Memories" and it is a simple social media app that allows users to post interesting events that happened in their lives.
- Host: GitHub
- URL: https://github.com/adrianhajdin/project_mern_memories
- Owner: adrianhajdin
- Created: 2020-08-09T10:13:41.000Z (almost 5 years ago)
- Default Branch: PART_1_and_2
- Last Pushed: 2024-10-29T08:38:26.000Z (7 months ago)
- Last Synced: 2025-04-27T04:45:46.818Z (18 days ago)
- Topics: expressjs, mongodb, nodejs, reactjs, redux
- Language: JavaScript
- Homepage: https://youtube.com/playlist?list=PL6QREj8te1P7VSwhrMf3D3Xt4V6_SRkhu
- Size: 2.7 MB
- Stars: 5,081
- Watchers: 38
- Forks: 1,855
- Open Issues: 141
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Memories

## Introduction
This is a code repository for the corresponding video tutorial - https://youtube.com/playlist?list=PL6QREj8te1P7VSwhrMf3D3Xt4V6_SRkhu.Using React, Node.js, Express & MongoDB you'll learn how to build a Full Stack MERN Application - from start to finish. The App is called "Memories" and it is a simple social media app that allows users to post interesting events that happened in their lives.
By the end of this video, you will have a strong understanding of how the MERN Stack works.
### [🌟 Become a top 1% Next.js 15 developer in only one course](https://jsmastery.pro/next15)
### [🚀 Land your dream programming job in 6 months](https://jsmastery.pro/masterclass)Setup:
- run ```npm i && npm start``` for both client and server side to start the app