{"id":22945153,"url":"https://github.com/danilomeneghel/delivery-manager","last_synced_at":"2026-04-10T12:31:52.270Z","repository":{"id":171481040,"uuid":"293352681","full_name":"danilomeneghel/delivery-manager","owner":"danilomeneghel","description":"Delivery project in ReactJS, NodeJS and MongoDB","archived":false,"fork":false,"pushed_at":"2023-06-22T15:44:45.000Z","size":1974,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T21:49:26.590Z","etag":null,"topics":["api-rest","axios","bcrypt","express","hooks","jwt","material-ui","mongodb","mongoose","mui-datatables","nodejs","passport","reactjs"],"latest_commit_sha":null,"homepage":"","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/danilomeneghel.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":"2020-09-06T20:01:00.000Z","updated_at":"2024-08-01T18:34:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"712c6237-4d0e-4200-b94a-509a0fabcc03","html_url":"https://github.com/danilomeneghel/delivery-manager","commit_stats":null,"previous_names":["danilomeneghel/delivery-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danilomeneghel/delivery-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fdelivery-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fdelivery-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fdelivery-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fdelivery-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danilomeneghel","download_url":"https://codeload.github.com/danilomeneghel/delivery-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fdelivery-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31642733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: 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":["api-rest","axios","bcrypt","express","hooks","jwt","material-ui","mongodb","mongoose","mui-datatables","nodejs","passport","reactjs"],"created_at":"2024-12-14T14:29:53.377Z","updated_at":"2026-04-10T12:31:52.246Z","avatar_url":"https://github.com/danilomeneghel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delivery Manager\n\nDelivery project in ReactJS, NodeJS and MongoDB\n\n## Modules\n\n- Orders\n- Products\n- Users\n- Contacts\n\n## Features\n\n- CRUD\n- Routes\n- API RESTful\n- MUI DataTable\n- Filter\n- Pagination\n- Login\n- ACL\n- JWT\n- Responsive\n\n## Requirements\n\n- Node \u003e= 14.11.0\n- NPM \u003e= 6.14.8\n- MongoDB \u003e= 4.2.7\n\n## Tecnologies\n\n- NodeJS\n- Express\n- Passport\n- Mongoose\n- ReactJS\n- CSS\n- Material-UI\n\n## Instalation\n\n```\n$ git clone https://github.com/danilomeneghel/delivery-manager.git\n\n$ cd delivery-manager/\n```\n\nChange the config/db.js file according to your database data. \nOpen the terminal, then run Mongodb:\n\n```\n$ mongod\n```\n\nTo run the application, run the following command:\n\n```\n$ npm install --force \u0026\u0026 npm run start\n```\n\n\nIf it doesn't work, try installing the dependencies and running separately.\n\n```\n$ cd backend \u0026\u0026 npm install \u0026\u0026 npm start\n$ cd frontend \u0026\u0026 npm install \u0026\u0026 npm start\n```\n\nhttp://localhost:3000/\n\n\n## Demonstration\n\nhttps://yhtqkv-3000.csb.app/\n\n- Login\n    - Username: admin\n    - Password: admin123\n\n## License\n\nThis project is licensed under \u003ca href=\"LICENSE\"\u003eThe MIT License (MIT)\u003c/a\u003e.\u003cbr\u003e\n\n## Screenshots\n\n![Screenshots](screenshots/screenshot01.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot02.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot03.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot04.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot05.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot06.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot07.png)\u003cbr\u003e\u003cbr\u003e\n\n\nDeveloped by\u003cbr\u003e\nDanilo Meneghel\u003cbr\u003e\ndanilo.meneghel@gmail.com\u003cbr\u003e\nhttp://danilomeneghel.github.io/\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilomeneghel%2Fdelivery-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanilomeneghel%2Fdelivery-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilomeneghel%2Fdelivery-manager/lists"}