{"id":21307643,"url":"https://github.com/jdegand/makeparties","last_synced_at":"2026-05-09T01:37:10.534Z","repository":{"id":110668713,"uuid":"436384157","full_name":"jdegand/makeparties","owner":"jdegand","description":"Make School Tutorial - Make Parties","archived":false,"fork":false,"pushed_at":"2022-07-03T18:03:05.000Z","size":389,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T20:13:05.176Z","etag":null,"topics":["express","handlebars","makeschool","mongoose"],"latest_commit_sha":null,"homepage":"","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/jdegand.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":"2021-12-08T20:33:21.000Z","updated_at":"2023-07-03T20:15:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"852339b3-43c7-4329-8202-07e08ba1fd5b","html_url":"https://github.com/jdegand/makeparties","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jdegand/makeparties","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdegand%2Fmakeparties","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdegand%2Fmakeparties/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdegand%2Fmakeparties/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdegand%2Fmakeparties/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdegand","download_url":"https://codeload.github.com/jdegand/makeparties/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdegand%2Fmakeparties/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32804295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["express","handlebars","makeschool","mongoose"],"created_at":"2024-11-21T16:33:22.048Z","updated_at":"2026-05-09T01:37:10.519Z","avatar_url":"https://github.com/jdegand.png","language":"Handlebars","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eMake Parties\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n   Based on tutorial from  \u003ca href=\"https://makeschool.org/mediabook/oa/tutorials/make-tweets/start-an-express-project-z9Y=/\" target=\"_blank\"\u003emakeschool.org\u003c/a\u003e.\n\u003c/div\u003e\n\n## Table of Contents\n\n- [Overview](#overview)\n  - [Built With](#built-with)\n- [Features](#features)\n- [Improvements](#improvements)\n- [Useful Resources](#useful-resources)\n\n## Overview\n\nMakeSchool was a coding bootcamp that went under.  Most content was made free and I found this and decided to follow along.\n\nTo run, git clone and add a MONGO connection string.\n\n![](makeparties-homepage.png)\n![](makeparties-new-event.png)\n![](makeparties-event-page.png)\n![](makeparties-new-rsvp.png)\n\n### Built With\n\n- Express\n- Mongoose\n- Handlebars\n\n## Features\n\n- Replaced SQL for MONGO.\n- Avoided using '@handlebars/allow-prototype-access' by using Mongoose and its lean method. \n\n## Improvements\n\n- Authentication\n- File Structure i.e. Controller\n\n### Useful Resources\n\n- [Picsum](https://picsum.photos/)\n- [Stack Overflow](https://stackoverflow.com/questions/69959820/typeerror-exphbs-is-not-a-function) - setting up express-handlebars\n- [NPM](https://www.npmjs.com/package/express-handlebars) - express-handlebars\n- [Github](https://github.com/handlebars-lang/handlebars.js/issues/1648#issuecomment-582241258) - handlebars prototype access\n- [Stack Overflow](https://stackoverflow.com/questions/4299991/how-to-sort-in-mongoose) - Mongoose Sort\n- [Stack Overflow](https://stackoverflow.com/questions/59690923/handlebars-access-has-been-denied-to-resolve-the-property-from-because-it-is) - lean() *\n- [Mastering JS](https://masteringjs.io/tutorials/mongoose/update) - Mongoose Update\n- [Stack Overflow](https://stackoverflow.com/questions/25260818/rest-with-express-js-nested-router) - Nested Routes Express\n- [Mastering JS](https://masteringjs.io/tutorials/mongoose/objectid) - ObjectID\n- [Stack Overflow](https://stackoverflow.com/questions/7034848/mongodb-output-id-instead-of-id) - Mongo ID\n- [Stack Overflow](https://stackoverflow.com/questions/18543790/mongoose-objectid-to-number) - Mongoose ObjectId convert\n- [Handlebars](https://handlebarsjs.com/examples/builtin-helper-each-block.html) - Handlebars each\n- [Stack Overflow](https://stackoverflow.com/questions/10232574/need-handlebars-js-to-render-object-data-instead-of-object-object) - handlebars object object\n- [Stack Overflow](https://stackoverflow.com/questions/13645084/access-a-variable-outside-the-scope-of-a-handlebars-js-each-loop) - Access variable outside the scope of a handlebars loop *\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdegand%2Fmakeparties","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdegand%2Fmakeparties","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdegand%2Fmakeparties/lists"}