{"id":15896962,"url":"https://github.com/mk4levi/manthan-mk-webapp","last_synced_at":"2026-04-02T02:07:29.217Z","repository":{"id":161892149,"uuid":"622266787","full_name":"Mk4Levi/Manthan-MK-WebApp","owner":"Mk4Levi","description":"MK-Backend Web App is a backend app built with Javascript and it's server is built with Express.js. It has Signup and Login page where user's credentials will be stored in my MongoDB-Atlas Database.","archived":false,"fork":false,"pushed_at":"2024-08-21T21:24:51.000Z","size":12537,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T13:51:11.354Z","etag":null,"topics":["bootstrap5","css","expressjs","handlebars","javascript","mongodb","nodejs"],"latest_commit_sha":null,"homepage":"https://manthan-mk-web.vercel.app","language":"Handlebars","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":"2023-04-01T15:54:53.000Z","updated_at":"2024-08-22T02:52:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"ddc6cc93-9d51-461b-98e5-5422673a893e","html_url":"https://github.com/Mk4Levi/Manthan-MK-WebApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mk4Levi/Manthan-MK-WebApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FManthan-MK-WebApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FManthan-MK-WebApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FManthan-MK-WebApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FManthan-MK-WebApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mk4Levi","download_url":"https://codeload.github.com/Mk4Levi/Manthan-MK-WebApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FManthan-MK-WebApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["bootstrap5","css","expressjs","handlebars","javascript","mongodb","nodejs"],"created_at":"2024-10-06T09:24:33.507Z","updated_at":"2026-04-02T02:07:29.193Z","avatar_url":"https://github.com/Mk4Levi.png","language":"Handlebars","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MK-Backend Web App\n\n=\u003e MK-Backend Web App is a backend app built with Javascript and it's server is built with Express.js. It has Signup and Login page where user's credentials will be stored in my MongoDB-Atlas Database.\n\n## Website Link =\u003e https://manthan-mk-web.vercel.app\n\n## Project's Screenshots =\u003e\n\n![image](./public/images/ss1.png)\n![image](./public/images/ss2.png)\n![image](./public/images/ss3.png)\n![image](./public/images/ss4.png)\n\n## Technologies Used\n\n- **Express.js**\n- **MongoDB**\n- **Node.js**\n- **JavaScript**\n- **Handlebars**\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/Manthan-MK-WebApp.git\n```\n\n3. Navigate to the Project's directory :\n\n```bash\ncd Manthan-MK-WebApp\n```\n\n4. Install all Dependencies used in this Project :\n\n```bash\nnpm install\n```\n\n5. Finally, host it on local server :\n\n```bash\nnode app.js\n```\n\n6. Now just search this in your browser to view the live running application in your Local sysytem :\n\n```bash\nhttp://localhost:3000\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├── public\n│     └──images\n|     └──css\n├── src\n│     └──db\n|     └──models\n|     └──app.js\n├── templates\n│     └── partials\n|         └──footer.hbs\n|         └──header.hbs\n|         └──navbar.hbs\n|     └── views\n│         └──aboutmk.hbs\n|         └──index.hbs\n│         └──login.hbs\n|         └──register.hbs\n├── .eslintrc.json\n├── .gitattributes\n├── .gitignore\n├── package-lock.json\n├── package.json\n├── README.md\n```\n\n# Thank You\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmk4levi%2Fmanthan-mk-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmk4levi%2Fmanthan-mk-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmk4levi%2Fmanthan-mk-webapp/lists"}