{"id":24150932,"url":"https://github.com/duynghiadev/mern-stack","last_synced_at":"2026-04-05T08:32:20.714Z","repository":{"id":245992577,"uuid":"819512659","full_name":"duynghiadev/MERN-Stack","owner":"duynghiadev","description":"Full Stack MERN (MongoDB, Express, React, Node)","archived":false,"fork":false,"pushed_at":"2024-06-30T10:39:49.000Z","size":3457,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T14:49:41.981Z","etag":null,"topics":["mern-stack","mongodb","mongoose","netlify","reactjs","vercel"],"latest_commit_sha":null,"homepage":"https://mern-stack-learnit.netlify.app/login","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duynghiadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-24T16:48:42.000Z","updated_at":"2024-06-30T10:39:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd9f8aba-d127-4880-bcb1-4a18662659e2","html_url":"https://github.com/duynghiadev/MERN-Stack","commit_stats":null,"previous_names":["duynghiadev/mern-stack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/duynghiadev/MERN-Stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duynghiadev%2FMERN-Stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duynghiadev%2FMERN-Stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duynghiadev%2FMERN-Stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duynghiadev%2FMERN-Stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duynghiadev","download_url":"https://codeload.github.com/duynghiadev/MERN-Stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duynghiadev%2FMERN-Stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31430009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mern-stack","mongodb","mongoose","netlify","reactjs","vercel"],"created_at":"2025-01-12T09:13:24.122Z","updated_at":"2026-04-05T08:32:20.689Z","avatar_url":"https://github.com/duynghiadev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MERN Tutorial - LearnIt\n\nWelcome to the MERN Tutorial - LearnIt project! This repository contains the source code for a MERN stack application that demonstrates how to build a full-stack web application using MongoDB, Express, React, and Node.js.\n\n1. client\n\n✔ [Link deployed](https://mern-stack-learnit.netlify.app)\n\n✔ [Wesite netlify](https://app.netlify.com/sites/mern-stack-learnit/overview)\n\n2. server\n\n✔ [Link server](https://mern-stack-snowy.vercel.app/api/posts)\n\n✔ [Website Vercel](https://vercel.com/duynghiadevs-projects/mern-stack)\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Website Images](#website-images)\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nLearnIt is a simple learning platform built using the MERN stack. It aims to provide a foundational understanding of how to integrate MongoDB, Express, React, and Node.js to create a modern web application. This tutorial is perfect for beginners who want to get started with the MERN stack.\n\n## Website Images\n\n## Login\n\n![login page](./images/image.png)\n\n## Register\n\n![register page](./images/image-1.png)\n\n## Dashboard\n\nFor users who already have an account, this is the dashboard page after logging in, showing all the courses they are enrolled in.\n\n![dashboard](./images/image-2.png)\n\nFor new users who haven't created any courses yet, the site will display information like this.\n\n![welcome user](./images/image-3.png)\n\n## About Page\n\nThe About page doesn't have much, just a button that redirects to another link when clicked.\n\n![Button redirect](./images/image-4.png)\n\n## Creating a Course\n\nThese are the steps to create a course.\n\n![Form create course](./images/image-5.png)\n![Information form](./images/image-6.png)\n![Finish create course](./images/image-7.png)\n\n## Features\n\n- User authentication and authorization\n- Create, read, update, and delete (CRUD) operations for learning resources\n- Responsive design\n- JWT-based authentication\n- Environment configuration using dotenv\n\n## Technologies Used\n\n- **MongoDB**: NoSQL database for storing application data\n- **Express**: Web framework for Node.js\n- **React**: Front-end library for building user interfaces\n- **Node.js**: JavaScript runtime for server-side programming\n- **argon2**: Library for hashing passwords\n- **cors**: Middleware for enabling CORS\n- **dotenv**: Module for loading environment variables\n- **jsonwebtoken**: Library for working with JSON Web Tokens\n- **mongoose**: ODM for MongoDB\n- **nodemon**: Tool for automatically restarting the node application when file changes are detected\n\n## Installation\n\nFollow these steps to set up the project on your local machine:\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/duynghiadev/MERN-Stack\n   cd mern-stack\n   ```\n\n2. Install the dependencies:\n\n   ```sh\n   npm install argon2@^0.27.1 cors@^2.8.5 dotenv@^8.2.0 express@^4.17.1 jsonwebtoken@^8.5.1 mongoose@^5.12.2 nodemon@^2.0.7 --save-dev\n   ```\n\n3. Set up environment variables:\n\n   Create a `.env` file in the root directory and add the following environment variables:\n\n   ```env\n   PORT=5000\n   MONGODB_URI=your_mongodb_uri\n   JWT_SECRET=your_jwt_secret\n   ```\n\n## Usage\n\n1. Start the backend server:\n\n   ```sh\n   npm run server\n   ```\n\n2. Start the frontend development server:\n\n   ```sh\n   npm run client\n   ```\n\n3. Open your browser and navigate to `http://localhost:3000` to see the application in action.\n\n## Contributing\n\nContributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduynghiadev%2Fmern-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduynghiadev%2Fmern-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduynghiadev%2Fmern-stack/lists"}