{"id":18398868,"url":"https://github.com/mongodb-developer/getting-started-deno-mongodb","last_synced_at":"2025-04-07T05:33:55.601Z","repository":{"id":48277325,"uuid":"452450296","full_name":"mongodb-developer/getting-started-deno-mongodb","owner":"mongodb-developer","description":"Deno 2.0 CRUD (Create, Read, Update, Delete) application with MongoDB ","archived":false,"fork":false,"pushed_at":"2024-10-22T19:21:21.000Z","size":13,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-22T14:02:18.594Z","etag":null,"topics":["crud","crud-api","crud-application","deno","mongodb","mongodb-atlas"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mongodb-developer.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}},"created_at":"2022-01-26T21:42:41.000Z","updated_at":"2024-10-22T19:21:25.000Z","dependencies_parsed_at":"2022-09-01T20:33:36.468Z","dependency_job_id":null,"html_url":"https://github.com/mongodb-developer/getting-started-deno-mongodb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb-developer%2Fgetting-started-deno-mongodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb-developer%2Fgetting-started-deno-mongodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb-developer%2Fgetting-started-deno-mongodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb-developer%2Fgetting-started-deno-mongodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb-developer","download_url":"https://codeload.github.com/mongodb-developer/getting-started-deno-mongodb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601378,"owners_count":20964861,"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":["crud","crud-api","crud-application","deno","mongodb","mongodb-atlas"],"created_at":"2024-11-06T02:24:43.638Z","updated_at":"2025-04-07T05:33:52.738Z","avatar_url":"https://github.com/mongodb-developer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno 2.0 \u0026 MongoDB CRUD Application\n\nThis repository contains a simple CRUD (Create, Read, Update, Delete) application built with Deno 2.0 and MongoDB. It demonstrates how to set up a basic HTTP server with routing capabilities and interact with a MongoDB database using the official MongoDB driver.\n\n## Resources\n\n- [Written Tutorial](https://www.mongodb.com/developer/languages/javascript/getting-started-deno-mongodb/)\n- [Video Tutorial](https://www.youtube.com/watch?v=p541Je4J_ws)\n\n## Prerequisites\n\n- Basic TypeScript knowledge\n- Understanding of MongoDB concepts\n- Familiarity with RESTful APIs\n- [Deno 2.0](https://deno.land/#installation) installed\n- [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/register) account (or a local MongoDB instance)\n\n## Setup\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/mongodb-developer/getting-started-deno-mongodb.git\n   cd getting-started-deno-mongodb\n   ```\n\n2. Create a `.env` file in the root directory with your MongoDB connection string:\n\n   ```\n   MONGODB_URI=\"your_mongodb_connection_string\"\n   DB_NAME=\"todo_db\"\n   ```\n\n## Running the Application\n\nStart the server with the following command:\n\n```bash\ndeno -ERNS --env server.ts\n```\n\n## Accessing the API\n\nYou can access the API at `http://localhost:3000`.\n\n## License\n\nThis project is licensed under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nWe welcome contributions to this repository. If you find a bug or have an idea for an improvement, please open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongodb-developer%2Fgetting-started-deno-mongodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmongodb-developer%2Fgetting-started-deno-mongodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongodb-developer%2Fgetting-started-deno-mongodb/lists"}