{"id":15586421,"url":"https://github.com/fsojitra/registration-login-and-crud-action-using-mern-stack","last_synced_at":"2025-04-24T00:23:06.890Z","repository":{"id":37615081,"uuid":"323786329","full_name":"fsojitra/Registration-Login-and-CRUD-Action-using-MERN-stack","owner":"fsojitra","description":":high_brightness: :leaves: Nodejs(Express.js) + mongoDB + mongoose + JWT +   react.js + material-ui + axios(API call)","archived":false,"fork":false,"pushed_at":"2023-10-23T08:29:54.000Z","size":3738,"stargazers_count":163,"open_issues_count":0,"forks_count":50,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T05:11:20.826Z","etag":null,"topics":["authentication","axios","crud","crud-action","crud-application","express","image-upload","jwt","mongodb","mongoose","nodejs","pagination","react-component","react-router","react-tutorial","reactjs","register","registration","search","tutorial"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fsojitra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-12-23T02:52:21.000Z","updated_at":"2024-12-24T09:55:40.000Z","dependencies_parsed_at":"2022-08-08T21:01:11.693Z","dependency_job_id":"852d2e45-6f22-4915-a056-155f0309f9f5","html_url":"https://github.com/fsojitra/Registration-Login-and-CRUD-Action-using-MERN-stack","commit_stats":{"total_commits":24,"total_committers":3,"mean_commits":8.0,"dds":0.5833333333333333,"last_synced_commit":"ea9775f20c927c669fa2b5cf3183fd698feae80a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsojitra%2FRegistration-Login-and-CRUD-Action-using-MERN-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsojitra%2FRegistration-Login-and-CRUD-Action-using-MERN-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsojitra%2FRegistration-Login-and-CRUD-Action-using-MERN-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsojitra%2FRegistration-Login-and-CRUD-Action-using-MERN-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fsojitra","download_url":"https://codeload.github.com/fsojitra/Registration-Login-and-CRUD-Action-using-MERN-stack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250536304,"owners_count":21446712,"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":["authentication","axios","crud","crud-action","crud-application","express","image-upload","jwt","mongodb","mongoose","nodejs","pagination","react-component","react-router","react-tutorial","reactjs","register","registration","search","tutorial"],"created_at":"2024-10-02T21:22:24.111Z","updated_at":"2025-04-24T00:23:06.869Z","avatar_url":"https://github.com/fsojitra.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MERN Stack | Login, Register and CRUD app\nSimlple example of user registration, login and CRUD action with backend restAPI using mongoDB, Nodejs(Express.js) and mongoose, authentication using JWT token also pagination and frontend using react.js and material-ui api calling with axios.\n\n[![flow](https://github.com/FSojitra/Registration-Login-and-CRUD-Action-using-MERN-stack/blob/development/MERN.gif)](https://github.com/FSojitra/Registration-Login-and-CRUD-Action-using-MERN-stack/blob/development/MERN.gif)\n\n### This Project is a Simple ReactJS Project which demonstrates the following\n##### Backend\n- API to register and login user.\n- API using which loged in user can add, edit and update it's product.\n- Pagination API to give list of perticular user's added product.\n- JWT token authentication.\n- Print PDF option so you can print or download product details\n\n##### Frontend\n- Creating a Component in React and creat routing.\n- Using react and material UI created form to login user and can register new user.\n- Product add, edit, delete and pagination also you can search product by name.\n- Making HTTP calls using Axios.\n- Calling multipart api with image upload.\n\n### Prerequisites\nBelow noted things you need to install to run this project in your system\n\n- Node.js\n- NPM\n- MongoDB\n\n### To Setup\nClone or download this repository\n\n1. `cd Registration-and-Login-using-MERN-stack/backend`\n2. `npm install`\n3. `cd Registration-and-Login-using-MERN-stack/frontend`\n4. `npm install`\n\n### To Run\nTo run node server\n1. `cd Registration-and-Login-using-MERN-stack/backend`\n2. `node server.js`\n\nTo run react frontend\n1. `cd Registration-and-Login-using-MERN-stack/frontend`\n2. `npm start`\n\n\u003c!-- ### Login and Register screen\n[![login](https://github.com/FSojitra/Registration-Login-and-CRUD-Action-using-MERN-stack/blob/master/login.png)](https://github.com/FSojitra/Registration-Login-and-CRUD-Action-using-MERN-stack/blob/master/login.png)[![register](https://github.com/FSojitra/Registration-Login-and-CRUD-Action-using-MERN-stack/blob/master/register.png)](https://github.com/FSojitra/Registration-Login-and-CRUD-Action-using-MERN-stack/blob/master/register.png)\n\n### Product Add and Edit screen\n[![add](https://github.com/FSojitra/Registration-Login-and-CRUD-Action-using-MERN-stack/blob/master/add.png)](https://github.com/FSojitra/Registration-Login-and-CRUD-Action-using-MERN-stack/blob/master/add.png)  [![edit](https://github.com/FSojitra/Registration-Login-and-CRUD-Action-using-MERN-stack/blob/master/edit.png)](https://github.com/FSojitra/Registration-Login-and-CRUD-Action-using-MERN-stack/blob/master/edit.png)\n\n### Product Pagination screen\n[![dashboard](https://github.com/FSojitra/Registration-Login-and-CRUD-Action-using-MERN-stack/blob/master/dashboard.png)](https://github.com/FSojitra/Registration-Login-and-CRUD-Action-using-MERN-stack/blob/master/dashboard.png) --\u003e\n\n### Do not forget to leave a star! :hugs:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsojitra%2Fregistration-login-and-crud-action-using-mern-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffsojitra%2Fregistration-login-and-crud-action-using-mern-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsojitra%2Fregistration-login-and-crud-action-using-mern-stack/lists"}