{"id":20543439,"url":"https://github.com/morgankryze/mangodb","last_synced_at":"2026-01-04T12:46:44.306Z","repository":{"id":223699694,"uuid":"761265734","full_name":"MorganKryze/MangoDB","owner":"MorganKryze","description":"Database project with C# UI","archived":false,"fork":false,"pushed_at":"2024-05-28T23:41:28.000Z","size":1353,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-29T07:31:37.128Z","etag":null,"topics":["csharp","database","db","postgresql","ui"],"latest_commit_sha":null,"homepage":"","language":"C#","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/MorganKryze.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":"2024-02-21T14:51:05.000Z","updated_at":"2024-06-02T14:32:43.883Z","dependencies_parsed_at":null,"dependency_job_id":"d6b7b669-5e7e-4cae-8a05-c7620961f84f","html_url":"https://github.com/MorganKryze/MangoDB","commit_stats":null,"previous_names":["morgankryze/mangodb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorganKryze%2FMangoDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorganKryze%2FMangoDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorganKryze%2FMangoDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorganKryze%2FMangoDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MorganKryze","download_url":"https://codeload.github.com/MorganKryze/MangoDB/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244815734,"owners_count":20514985,"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":["csharp","database","db","postgresql","ui"],"created_at":"2024-11-16T01:37:52.489Z","updated_at":"2026-01-04T12:46:44.279Z","avatar_url":"https://github.com/MorganKryze.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MangoDB\n\n\u003e A database project about a smoothie with a C# console application UI.\n\n![MangoDB](./presentation.jpg)\n\n## Project structure\n\nThe project is divided into the following sections:\n\n- `Diagrams`: Contains the UML and ERD diagrams for the database structure.\n- `src/database`: Contains the SQL scripts to create the database and the docker-compose file.\n- `src/MangoDB`: Contains the C# console application project.\n\n## Getting started\n\n### Clone the repository\n\nTo work with the project, you need to clone the repository on your machine.\n\n```bash\ngit clone https://github.com/MorganKryze/MangoDB.git\n```\n\nor download the zip file.\n\n### Build the diagrams\n\nFor the diagrams, we use [PlantUML](https://plantuml.com/). You can use the [PlantUML extension](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml) for Visual Studio Code to visualize the diagrams, or you can use the [PlantUML online editor](https://plantuml.com/).\n\nThen you can export the diagrams to images (png for distribution and svg for comfort).\n\nThe other one is a draw.io file, you can open it with [draw.io](https://app.diagrams.net/) exported to pdf.\n\n### Build the database\n\nTo build the database, you need to have [Docker](https://www.docker.com/) installed on your machine.\n\nStart by duplicating the `src/database/.env.example` file and renaming it to `.env`.\n\nThen, put yourself in the `src/database` directory.\n\n```bash\ncd src/database\n```\n\nFinally, you can run the following command to build the database.\n\n```bash\ndocker-compose up\n```\n\n### Build the C# console application\n\nTo build the C# console application, you need to have [.NET 8](https://dotnet.microsoft.com/download) installed on your machine.\n\nPut yourself in the `src/MangoDB` directory.\n\n```bash\ncd src/MangoDB\n```\n\nThen, you can run the following command to build the project.\n\n```bash\ndotnet run\n```\n\n## Credentials\n\n### MangoManager\n\nUsername: `manager@mango.fr`\n\n```plaintext\nsecret\n```\n\n### Customers\n\nUsername: `john.doe@example.com`\n\n```plaintext\njohn\n```\n\nThe other default customers have the same password as John Doe.\n\n## Credits\n\nThe project picture was generated by AI on the 21/02/2024, 14:50:27.\n\n## License\n\nThe project is licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorgankryze%2Fmangodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorgankryze%2Fmangodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorgankryze%2Fmangodb/lists"}