{"id":18352303,"url":"https://github.com/devstack06/mern-heroku-crud-work","last_synced_at":"2026-02-22T15:03:12.354Z","repository":{"id":42740787,"uuid":"282017747","full_name":"DevStack06/MERN-Heroku-CRUD-Work","owner":"DevStack06","description":"Ui and Backend Designing of a Request Sending Web app from one user to another User. Integrating the notification on it...","archived":false,"fork":false,"pushed_at":"2022-12-13T09:04:07.000Z","size":1376,"stargazers_count":3,"open_issues_count":9,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T11:46:03.509Z","etag":null,"topics":["expressjs","heroku-deployment","mongodb","mongodb-atlas","nodejs","react-router-dom","reactjs"],"latest_commit_sha":null,"homepage":"https://dev-stack-balram.herokuapp.com/","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/DevStack06.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}},"created_at":"2020-07-23T17:42:09.000Z","updated_at":"2023-07-05T17:27:46.000Z","dependencies_parsed_at":"2023-01-28T10:15:46.062Z","dependency_job_id":null,"html_url":"https://github.com/DevStack06/MERN-Heroku-CRUD-Work","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevStack06/MERN-Heroku-CRUD-Work","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevStack06%2FMERN-Heroku-CRUD-Work","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevStack06%2FMERN-Heroku-CRUD-Work/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevStack06%2FMERN-Heroku-CRUD-Work/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevStack06%2FMERN-Heroku-CRUD-Work/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevStack06","download_url":"https://codeload.github.com/DevStack06/MERN-Heroku-CRUD-Work/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevStack06%2FMERN-Heroku-CRUD-Work/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263226878,"owners_count":23433798,"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","heroku-deployment","mongodb","mongodb-atlas","nodejs","react-router-dom","reactjs"],"created_at":"2024-11-05T21:35:35.280Z","updated_at":"2026-02-22T15:03:12.223Z","avatar_url":"https://github.com/DevStack06.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### I'm MERN Stack developer, This repository consist both Backend and Frontend code of the assignment :smile: .\n\n#### The working and deployed version of this project [web-app-link](https://dev-stack-balram.herokuapp.com/)\n\n#### Rest API Documentation [Link](https://documenter.getpostman.com/view/10970931/T1DpDdDT?version=latest)\n\n## **Back End Code**\n\nInside the main folder all the backend codes are available . This is the folder structure of backend code-:\n\n- model\n  - All Mongoose model schemas\n- routes\n  - All end points codes are here(routes folder)\n- index.js file (main Source file)\n- .env(which is not uploaded)\n\n**Below code will run the server on local ip and port 5000**\n\n```javascript\napp.listen(PORT, \"0.0.0.0\", () =\u003e\n  console.log(`your app is running on port ${PORT} enjoy developing`)\n);\n```\n\n**However if you want to run the server on localhost just replace the above code with the following code**\n\n```javascript\napp.listen(PORT, () =\u003e\n  console.log(`your app is running on port ${PORT} enjoy developing`)\n);\n```\n\nFor executing the backend server you have to execute the following codes-:\n\n1. For installing all the necessary npm packages-\n\n\u003e \\$ npm install\n\n2. Start the server on development mode\n\n\u003e \\$ npm run dev\n\n3. It will launch the server on [http://[Your IP address]:5000](http://localhost:5000) this url.\n\n## **Front End Code**\n\n1.The Front End folder consist the react project. You can run it by running the below codes on the terminal for installing all the npm packages\n\n\u003e \\$ npm install\n\n2.for launching the website run below code\n\n\u003e \\$ npm start\n\n3.It will launch the website on [http://localhost:3000](http://localhost:3000) this url.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevstack06%2Fmern-heroku-crud-work","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevstack06%2Fmern-heroku-crud-work","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevstack06%2Fmern-heroku-crud-work/lists"}