{"id":14958039,"url":"https://github.com/mk4levi/mern-mk-website","last_synced_at":"2025-10-24T14:30:35.230Z","repository":{"id":253485913,"uuid":"843656167","full_name":"Mk4Levi/MERN-MK-website","owner":"Mk4Levi","description":"MERN-mk is a modern web application built using the MERN stack, featuring a React.js. This project utilizes MongoDB for data management and Express.js for the backend server. Redux is integrated to manage the application's state effectively, providing a predictable state container for managing complex state interactions across the application.","archived":false,"fork":false,"pushed_at":"2024-10-14T06:50:01.000Z","size":19728,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T01:57:05.082Z","etag":null,"topics":["expressjs","javascript","mongodb","nodejs","reactjs","redux","typescript"],"latest_commit_sha":null,"homepage":"https://manthan-mk-mern.vercel.app","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/Mk4Levi.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}},"created_at":"2024-08-17T03:03:19.000Z","updated_at":"2025-01-24T17:25:21.000Z","dependencies_parsed_at":"2024-09-22T05:02:49.015Z","dependency_job_id":"00a231fd-44e4-4b2d-ab99-b50a26b44932","html_url":"https://github.com/Mk4Levi/MERN-MK-website","commit_stats":{"total_commits":35,"total_committers":1,"mean_commits":35.0,"dds":0.0,"last_synced_commit":"fc7f10d1d3220cc7ab0d5fbb8dce0c031d14ccc1"},"previous_names":["mk4levi/mern-mk-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FMERN-MK-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FMERN-MK-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FMERN-MK-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FMERN-MK-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mk4Levi","download_url":"https://codeload.github.com/Mk4Levi/MERN-MK-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237981861,"owners_count":19397140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["expressjs","javascript","mongodb","nodejs","reactjs","redux","typescript"],"created_at":"2024-09-24T13:16:02.126Z","updated_at":"2025-10-24T14:30:30.165Z","avatar_url":"https://github.com/Mk4Levi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MERN-MK-website\n\n## =\u003e MERN-mk-website is a modern web application built using the MERN stack, featuring a React.JS front-end.This project utilizes MongoDB for data management and Express.js for backend server.\n\n## Website Link =\u003e https://manthan-mk-mern.vercel.app\n\n## Project's Screenshots =\u003e\n\n![image](./src/assets/img/ss1.png)\n![image](./src/assets/img/ss2.png)\n![image](./src/assets/img/ss3.png)\n\n## Technologies Used\n\n- **MongoDB**: Database\n- **Express.js**: Backend Server\n- **React.js**: Frontend Framework\n- **Node.js**: Backend Runtime Environment\n\n\u003ch2\u003eGetting Started\u003c/h2\u003e\n\n1. To get started with this project, you will need to have `Node.js` and `NPM` installed on your system.\n\n2. First, you need to open a `Terminal` in your system and `Clone` this repository by using :\n\n```bash\ngit clone https://github.com/Mk4Levi/mern-mk-website.git\n```\n\n3. Navigate to the Project's directory :\n\n```bash\ncd mern-mk-website\n```\n\n4. Install all Dependencies used in this Project :\n\n   ```sh\n   Frontend- npm install\n   Backend- 1. cd server 2. npm install\n\n   ```\n\n5. Start the development server\n\n   ```sh\n   Frontend- npm run dev\n   Backend- 1. cd server  2. npm run dev\n   ```\n\n6. Now just search this link in your browser to view the live running application in your Local sysytem :\n\n```bash\nhttp://localhost:5173\n```\n\n\u003ch2\u003ePaths \u0026 Files\u003c/h2\u003e\n\n### Structure of the Folders \u0026 Files in this Repo :\n\n```text\n.\n├── backend/\n├── public/\n├── src\n│   ├── assets/\n│   ├── components/\n|         └── MemberCard.jsx\n|         └── Form.jsx\n|         └── MangaCard.jsx\n│         └── Navbar.jsx\n│         └── PreLoader.jsx\n│         └── Socials.jsx\n|         └── RecommendationCard.jsx\n│         └── index.js\n│\n│   ├── config/\n|         └── firebaseConfig.js\n│         └── index.js\n│\n│   ├── database/\n|         └── data.js\n│         └── images.js\n|         └── index.js\n│\n│   ├── pages/\n|         └── AboutMe.jsx\n│         └── Members.jsx\n|         └── Manga.jsx\n|         └── Guidelines.jsx\n|         └── Home.jsx\n│         └── Register.jsx\n|         └── Characters.jsx\n|         └── Recommendation.jsx\n|         └── index.js\n|\n│   ├── App.jsx\n│   ├── index.jsx\n│   ├── vercel.json\n│\n├── .eslintrc.json\n├── .gitattributes\n├── .gitignore\n├── index.html\n├── package-lock.json\n├── package.json\n├── README.md\n├── vite.config.js\n\n```\n\n# Thank You\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmk4levi%2Fmern-mk-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmk4levi%2Fmern-mk-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmk4levi%2Fmern-mk-website/lists"}