{"id":20064683,"url":"https://github.com/overloadedsam/crud-mern-app","last_synced_at":"2026-04-06T02:32:58.804Z","repository":{"id":181552270,"uuid":"566458940","full_name":"OverloadedSam/CRUD-MERN-APP","owner":"OverloadedSam","description":"This is a simple CRUD app developed using MERN stack.","archived":false,"fork":false,"pushed_at":"2022-11-18T13:33:39.000Z","size":401,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-22T22:27:42.528Z","etag":null,"topics":["crud","expressjs","jwt","mern","mongodb","nodejs","reactjs","redux"],"latest_commit_sha":null,"homepage":"https://crud-mern-app.onrender.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/OverloadedSam.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}},"created_at":"2022-11-15T18:05:57.000Z","updated_at":"2022-11-24T13:55:59.000Z","dependencies_parsed_at":"2023-07-16T07:34:25.238Z","dependency_job_id":null,"html_url":"https://github.com/OverloadedSam/CRUD-MERN-APP","commit_stats":null,"previous_names":["overloadedsam/crud-mern-app"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/OverloadedSam/CRUD-MERN-APP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OverloadedSam%2FCRUD-MERN-APP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OverloadedSam%2FCRUD-MERN-APP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OverloadedSam%2FCRUD-MERN-APP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OverloadedSam%2FCRUD-MERN-APP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OverloadedSam","download_url":"https://codeload.github.com/OverloadedSam/CRUD-MERN-APP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OverloadedSam%2FCRUD-MERN-APP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31457672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["crud","expressjs","jwt","mern","mongodb","nodejs","reactjs","redux"],"created_at":"2024-11-13T13:47:24.056Z","updated_at":"2026-04-06T02:32:58.786Z","avatar_url":"https://github.com/OverloadedSam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CRUD-MERN-APP\n\nCRUD MERN APP is a MERN stack based application which consists of simple Create, Read, Update and Delete operations.\n\n## Requirements\n\n- `node \u003e= 14.0.0`\n- `npm \u003e= 6.14.8`\n\n## Usage\n  1. Clone the repository\n\n    $ git clone https://github.com/OverloadedSam/CRUD-MERN-APP.git\n\n  2. Move to the frontend and backend directory one by one.\n\n    $ cd CRUD-MERN-APP/frontend\n    // AND\n    $ cd CRUD-MERN-APP/backend\n\n  3. Install project dependencies (For both frontend and backend).\n\n    $ npm install\n\n## Setting Up Environment Variables\nYou have to set the environment variables of your configuration before starting the server.\n\n### 1. Environment variables for backend\nPlace a `.env` file at `CRUD-MERN-APP/backend/` location and set following environment variables.\n\n    API_URL={api_prefix} // api prefix e.g. /api\n    PORT={port_number}\n    ORIGIN={origin} // e.g. usually `http://localhost:3000` for development\n    DB_CONNECTION_STRING={mongoDB_uri_connection_string}\n    DB_NAME={mongoDB_database_name}\n    SALT={salt_for_password_hashing}\n    SECRET={secret_for_jwt} // e.g. shhh123\n\n### 2. Environment variables for frontend\nPlace a `.env` file at `CRUD-MERN-APP/frontend/` location and set following environment variables.\n\n    REACT_APP_API_URL={backend_api_url} // e.g. http://localhost:8000/api\n\n## Running The Project\n### Run backend (Node API)\n\n    $ cd backend/ // got to backend directory\n    $ npm run dev // run backend with hot reloading.\n    // or you can run the backend with standard command\n    $ node server.js\n\n### Run frontend (React app)\n\n    $ cd frontend/ // got to frontend directory\n    $ npm start\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foverloadedsam%2Fcrud-mern-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foverloadedsam%2Fcrud-mern-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foverloadedsam%2Fcrud-mern-app/lists"}