{"id":23441820,"url":"https://github.com/luminir/my-x-men-wiki-book","last_synced_at":"2026-04-11T19:34:27.666Z","repository":{"id":238229512,"uuid":"796143705","full_name":"Luminir/My-X-men-wiki-book","owner":"Luminir","description":"A result of F8 nodeJS and ExpressJS practice. This is my own project","archived":false,"fork":false,"pushed_at":"2024-05-05T04:23:33.000Z","size":338,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T21:42:41.838Z","etag":null,"topics":["expressjs","nodejs"],"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/Luminir.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":"2024-05-05T04:13:02.000Z","updated_at":"2024-05-05T04:24:59.000Z","dependencies_parsed_at":"2024-05-05T05:24:25.451Z","dependency_job_id":"e581ad37-4653-4ede-aa00-4f87d5e13ec1","html_url":"https://github.com/Luminir/My-X-men-wiki-book","commit_stats":null,"previous_names":["luminir/my-x-men-wiki-book"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Luminir/My-X-men-wiki-book","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luminir%2FMy-X-men-wiki-book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luminir%2FMy-X-men-wiki-book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luminir%2FMy-X-men-wiki-book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luminir%2FMy-X-men-wiki-book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Luminir","download_url":"https://codeload.github.com/Luminir/My-X-men-wiki-book/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luminir%2FMy-X-men-wiki-book/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31693272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["expressjs","nodejs"],"created_at":"2024-12-23T17:18:42.084Z","updated_at":"2026-04-11T19:34:27.642Z","avatar_url":"https://github.com/Luminir.png","language":"Handlebars","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PROJECT TITLE: \"My X-men book\"\n#### Video Demo:  \u003chttps://www.youtube.com/watch?v=QmBtl5Ugj8c\u003e\n#### HOW TO RUN: npm start (in terminal)\n#### Description:\n\n**1** This project is based on NodeJS, ExpressJS and mongolDB. I used a lot of extensions, sorry, I didn't remember, because I did this before reading the last project guide. ( it contains like: npm-watch, mongoose-delete-npm, npm)\n\n**2**  I'm web developer ( not that new) so I used the \"MVC model\": like this: \nhttps://minhtringuyen.info/static/mo-hinh-mvc-2-6122e73042b1e282de2261bc3475dde5-edd43.png\n\nMy src folder contains:\n**index.js**: where I glue everthing together and assure if the web is running or not\n**app**:\n- controllers folder: with controllers - cotaining all the METHOD AND FUNCTIONS for a specific JS file in \"routes folder\"\n- middleware folder: I use Sorting (desc, asc) middleware to perform some functions\n- models folder: I named it \"Course\", like course of action, here I created the Schema for my X-men Character(containing all the info), I use mongoose extension.\n**config**:\n- index.js: config and check if mongoose is connected successfully or not\n**helpers**:\n - handlebars.js: contain all the functions I create to pass into to .html/ .hbs(handlebars) file, as I cannot pass them into html/handlebars files\n**img**:\n - contain all photos for me too choose for the icon\n**public**:\n - It just a default thing in nodeJS, I do not USE or MODIFY THIS!!!!!!\n**resources**:\n - scss folder: aka my CSS files\n - view folder:  ----courses_______create.hbs: create new 'character' HTML\n               |            |______edit.hbs: similar to create, but it's about updating the 'character's info' HTML when 'update' button triggered\n               |            |\n               |            |______show.hbs: when click on the character, we see all the info of the character HTML\n               |\n               |------layouts:____main.hbs: the outline, head of HTML like in jinja, like 'layout.html'\n               |\n               |-------me: _______deleted-characters.hbs: deleting that character when 'delete' button triggered\n               |          |\n               |          |_______news.hbs: news that I linked up in \"my news\"\n               |          |_______stored-characters: containing all the created you characters\n               |\n               |------- partials: contains footer and header of the page \n               |\n               |------- home.hbs: when redirect to '/' or click on the \"MY X-MEN BOOK\", redirect to the home page containing all the courses of characters u created\n               |\n               |------- news.hbs: \n               |------- search.hbs: \n\n**routes**: cotaining all the routes of COntroller, everything will go through here then get to app/controller to get out the functions\n\n**utils**: contains mongoose.js for converting \"mongoose objects to plain JS objects\"\n\n\n\n      ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluminir%2Fmy-x-men-wiki-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluminir%2Fmy-x-men-wiki-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluminir%2Fmy-x-men-wiki-book/lists"}