{"id":20435057,"url":"https://github.com/hellcipher/pizzeria-server","last_synced_at":"2025-06-10T15:35:16.509Z","repository":{"id":104055639,"uuid":"564891709","full_name":"hellcipher/pizzeria-server","owner":"hellcipher","description":"Backend repository for pizzeria app","archived":false,"fork":false,"pushed_at":"2023-05-22T16:48:17.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-05T06:34:15.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/hellcipher.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":"2022-11-11T18:46:01.000Z","updated_at":"2022-11-11T18:46:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"0fcb1ca7-76a5-44f7-9e0e-52851ada6be8","html_url":"https://github.com/hellcipher/pizzeria-server","commit_stats":null,"previous_names":["hellcipher/pizzeria-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellcipher%2Fpizzeria-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellcipher%2Fpizzeria-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellcipher%2Fpizzeria-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellcipher%2Fpizzeria-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellcipher","download_url":"https://codeload.github.com/hellcipher/pizzeria-server/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellcipher%2Fpizzeria-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259102640,"owners_count":22805520,"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":[],"created_at":"2024-11-15T08:30:42.132Z","updated_at":"2025-06-10T15:35:16.486Z","avatar_url":"https://github.com/hellcipher.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pizzeria Server\n\n### This is the repository to host the pizzeria back end implementation code including routes, db models, configurations, dependencies and npm scripts.\n\n\n# Directory Structure\n```\n.\n├── README.md\n├── config\n│   └── dbconnect.js\n├── controllers\n│   ├── allPizzaController.js\n│   ├── loginController.js\n│   ├── logoutController.js\n│   ├── placeOrderController.js\n│   ├── registerController.js\n│   ├── searchPizzaController.js\n│   ├── updateProfileController.js\n│   ├── userDashboardController.js\n│   └── userFeedbackController.js\n├── middlewares\n│   ├── auth\n│   │   └── verifyToken.js\n│   └── user\n│       └── updateProfile.js\n├── models\n│   ├── feedback.js\n│   ├── ingredient.js\n│   ├── order.js\n│   ├── pizza.js\n│   └── user.js\n├── package-lock.json\n├── package.json\n├── routes\n│   ├── auth\n│   │   └── auth.js\n│   ├── pizza\n│   │   └── pizza.js\n│   └── user\n│       └── user.js\n└── server.js\n```\n- `config/`\n    - holds the server configuration files. e.g. database config(connection file).\n- `controllers/`\n    - holds the api controllers - methods to handle api requests.\n- `middlewares/`\n    - holds the server middlewares to manipulate the requests. e.g. auth middleware (to validate api authentication) etc.\n- `models/`\n    - holds the mongoose ORM models/ schemas for the different collections in the mongoDB database.\n- `routes/` \n    - holds all the api routes e.g. auth routes such as login and register etc.\n- `package.json`\n    - the metadata file used to describe the project and its dependencies. it holds the project info as well as the list of dependancies and npm scripts.\n- `server.js`\n    - this is the project entry point. this file contains code for accumulating all the features and strat the server.\n- `README.md`\n    - this file contains the project documentation.\n# NPM Scripts\nfollowing NPM scripts can  be used to run the app\n- \"start\": \"node server.js\",\n- \"dev\": \"nodemon server.js\"","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellcipher%2Fpizzeria-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellcipher%2Fpizzeria-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellcipher%2Fpizzeria-server/lists"}