{"id":18469202,"url":"https://github.com/udofia2/crudwithdatabase","last_synced_at":"2025-10-08T15:52:15.922Z","repository":{"id":108911718,"uuid":"366435725","full_name":"udofia2/CRUDWithDatabase","owner":"udofia2","description":"A simple Nodejs app that connect to a database.","archived":false,"fork":false,"pushed_at":"2021-05-12T04:41:07.000Z","size":2563,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T19:59:46.841Z","etag":null,"topics":["crud","data","databse"],"latest_commit_sha":null,"homepage":"https://udofia-crud.herokuapp.com/","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/udofia2.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":"2021-05-11T15:45:27.000Z","updated_at":"2021-05-12T12:40:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"e85a153d-0fc0-4db9-917b-6e17e39f237d","html_url":"https://github.com/udofia2/CRUDWithDatabase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/udofia2/CRUDWithDatabase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udofia2%2FCRUDWithDatabase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udofia2%2FCRUDWithDatabase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udofia2%2FCRUDWithDatabase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udofia2%2FCRUDWithDatabase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udofia2","download_url":"https://codeload.github.com/udofia2/CRUDWithDatabase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udofia2%2FCRUDWithDatabase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278972329,"owners_count":26078017,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":["crud","data","databse"],"created_at":"2024-11-06T10:09:15.366Z","updated_at":"2025-10-08T15:52:15.905Z","avatar_url":"https://github.com/udofia2.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CURD WITH DATABASE\n\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca https://training.zuri.team/enrollment\u003e\n    \u003cimg src=\"./index.png\" alt=\"Logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nNodejs is used to create CRUD App That connects to databse.\nThe following operations can be carried out on the app\n\n- Create Data\n- Get's the data created\n- Updates the data created\n- Deletes the data created\n\n### Built With\n\n- [Nodejs](https://nodejs.org/en/)\n- [Expressjs](https://expressjs.com)\n- [Monogodb](https://www.mongodb.com/)\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Getting Started\n\nThis is an example of how you may give instructions on setting up your project locally.\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\nTo use this app in a your local environment, you need to install.\n\n- npm\n  ```sh\n  npm install npm@latest -g\n  ```\n\n### Installation\n\n2. Fork the repo\n   ```sh\n   git clone https://github.com/udofia2/CRUDWithDatabase\n   ```\n3. Install NPM packages\n   ```sh\n   npm install\n   ```\n4. Environmental setup\n   ```sh\n   cp sample.env .env\n   ```\n5. To start development server\n   ```sh\n   npm run dev\n   ```\n\n## Usage\n\nThis project can be tested using postman, insomnia etc.\navailable routes are\n\n- GET / (List of created data can be fetched through this route)\n\n- POST / (This route is used in creating a new data)\n\n- PATCH / (Created Data can be edited/updated/modified through this route)\n\n- DELET / (Created Data can be deleted from the database through this rute)\n\n\n_For more examples, please refer to the [Documentation](https://documenter.getpostman.com/view/7592361/TzRU9mg2)_\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Contact\n\nUDOFIA ABASIODONG - Twitter: [@enalsy2](https://twitter.com/enalsy2) - enalsy22@gmail.com\n\nHeroku hosted link: [https://udofia-crud.herokuapp.com](https://udofia-crud.herokuapp.com)\n\nDocumentation Link: [Documentation](https://documenter.getpostman.com/view/7592361/TzRU9mg2)_\n\nProject Link: [https://github.com/udofia2/CRUDWithDatabase](https://github.com/udofia2/CRUDWithDatabase)\n\n## ScreenShoots\n\n![Alt text](./screenshots/empty_database.png)\n![Alt text](./screenshots/data_created.png)\n![Alt text](./screenshots/duplicate_data_check.png)\n![Alt text](./screenshots/wrong_ID_checked_during_update.png)\n![Alt text](./screenshots/update_successful.png)\n![Alt text](./screenshots/successful_data_deletion.png)\n![Alt text](./screenshots/invalid_data_check_during_deletion.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudofia2%2Fcrudwithdatabase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudofia2%2Fcrudwithdatabase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudofia2%2Fcrudwithdatabase/lists"}