{"id":20460617,"url":"https://github.com/spencerjibz/partial-mern-app","last_synced_at":"2026-04-11T02:45:10.304Z","repository":{"id":98531003,"uuid":"157945761","full_name":"spencerjibz/PARTIAL-MERN-APP","owner":"spencerjibz","description":" THIS IS A HYBRID APP WITH BOTH A CRUD LAYER AND A REST API FOR REACT. ITS A COMPLETE HACK INTO MERN STACK WITHOUT USING TWO DIFFERENT SERVERS (ONE FOR BACKEND AND THE OTHER FOR CLIENT). THIS APP USES BOTH EJS AND JSX ","archived":false,"fork":false,"pushed_at":"2023-10-31T04:41:30.000Z","size":7005,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-16T00:34:31.003Z","etag":null,"topics":["backend","crud","crud-layer","ejs","hybrid","jsx","mongodb","nodemailer","passportjs-authentication","react","webpack4"],"latest_commit_sha":null,"homepage":"https://cryptic-beach-52190.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spencerjibz.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":"2018-11-17T03:07:56.000Z","updated_at":"2023-10-31T04:41:35.000Z","dependencies_parsed_at":"2025-01-16T00:18:14.589Z","dependency_job_id":"166baa54-3913-4dee-9393-e6bd95f20e1a","html_url":"https://github.com/spencerjibz/PARTIAL-MERN-APP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spencerjibz%2FPARTIAL-MERN-APP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spencerjibz%2FPARTIAL-MERN-APP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spencerjibz%2FPARTIAL-MERN-APP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spencerjibz%2FPARTIAL-MERN-APP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spencerjibz","download_url":"https://codeload.github.com/spencerjibz/PARTIAL-MERN-APP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242016100,"owners_count":20058155,"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":["backend","crud","crud-layer","ejs","hybrid","jsx","mongodb","nodemailer","passportjs-authentication","react","webpack4"],"created_at":"2024-11-15T12:20:44.577Z","updated_at":"2026-04-11T02:45:10.243Z","avatar_url":"https://github.com/spencerjibz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [PARTIAL MERNAPP](https://cryptic-beach-52190.herokuapp.com/)\n\nTHIS IS A HYBRID APP WITH BOTH A CRUD LAYER AND A REST API FOR REACT. ITS A COMPLETE HACK INTO MERN STACK WITHOUT USING TWO DIFFERENT SERVERS (ONE FOR BACKEND AND THE OTHER FOR CLIENT). THIS APP USES BOTH EJS AND JSX . WEBPACK IS MODULE BUNDLER USED FOR THIS PROJECT\n\n## Requirements\n\n- MongoDB (local/remote)\n\n- Email account for nodemailer\n\n- Nodejs\n\n## Application Specs\n\n- sends emails using nodemailer\n- uses both ejs and react(jsx)\n- authentication and authorization is supported using passport and express auth middleware\n- mongoose ODM for mongodb\n- fs module for used to manage some files (profile page)\n- os module for get platform information used to edit directorypaths specific to each platform\n- Hybrid App with both CRUD and an API for react client\n- Media player and webcam in the projects page\n\n## Usage\n\n1 .**[checkout the LiveDemo](https://cryptic-beach-52190.herokuapp.com/)**\n\n2 .**For copy of the app**\n\n- clone the repo or download zipped folder\n\n`git clone https://github.com/spencerjibz/PARTIAL-MERN-APP.git \u0026\u0026 cd MERNAPP \u0026\u0026 npm install`\n\n- Edit the keys.js file in the config folder, add the mongodb uri and the email credentials\n\n```\n/config/keys.js\n\nmodule.exports ={\n    // enter the uri for production mongodb\n    prod: process.env.DBURI|| 'mongodb://\u003cusername\u003e:\u003cpassword without special characters\u003e\u003c/passwordwithout\u003e@ds024748.mlab.com:24748/myusers',\n    // uri for mongodb installed locally, enter the database name\n    home:'mongodb://localhost:27017/databasename',\n    // enter your mailing service for node-mailer\n    nodemailerService: process.env.nodemailerService||'Gmail',\n    // enter your email address below\n    EA: process.env.EA||'example@domain.com',\n    // enter your password for nodemailer auth\n    pass: process.env.pass||'password',\n    //enter the port of your app\n    PORT:process.env.PORT||9000,\n    PGP: ['-----BEGIN PGP PUBLIC KEY BLOCK-----…']\n}\n\n\n\n```\n\n- \u003e \u003e Start the App using command below and check it out at [http://localhost:9000](http://localhost:9000)\n\n`npm start`\n\n3.  **sign up, login and checkout all the features**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspencerjibz%2Fpartial-mern-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspencerjibz%2Fpartial-mern-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspencerjibz%2Fpartial-mern-app/lists"}