{"id":19412239,"url":"https://github.com/k3ury99/cyber-minds","last_synced_at":"2025-04-24T11:31:06.815Z","repository":{"id":251551938,"uuid":"837718879","full_name":"K3ury99/Cyber-Minds","owner":"K3ury99","description":"Cyber-Minds is a web application developed with ASP.NET MVC that connects to a C# web API and a SQL Server database. The system is designed to manage detailed information about clients, products, vendors, and branches, providing a comprehensive and efficient solution for data management.","archived":false,"fork":false,"pushed_at":"2024-08-19T01:08:50.000Z","size":77702,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T04:12:20.655Z","etag":null,"topics":["api-rest","asp-net-mvc","back-end","csharp","front-end","fullstack-development","ui-design","ux-design"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/K3ury99.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-08-03T20:14:19.000Z","updated_at":"2025-02-22T03:00:32.000Z","dependencies_parsed_at":"2024-08-19T02:27:18.772Z","dependency_job_id":"aae922e2-b91a-4e03-8f8f-48d241544b1e","html_url":"https://github.com/K3ury99/Cyber-Minds","commit_stats":null,"previous_names":["k3ury99/cyber-minds"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K3ury99%2FCyber-Minds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K3ury99%2FCyber-Minds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K3ury99%2FCyber-Minds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K3ury99%2FCyber-Minds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/K3ury99","download_url":"https://codeload.github.com/K3ury99/Cyber-Minds/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250618129,"owners_count":21460032,"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":["api-rest","asp-net-mvc","back-end","csharp","front-end","fullstack-development","ui-design","ux-design"],"created_at":"2024-11-10T12:25:52.613Z","updated_at":"2025-04-24T11:31:04.432Z","avatar_url":"https://github.com/K3ury99.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Cyber-Minds\n\u003e [!NOTE]\n**Cyber-Minds** is a web application developed with ASP.NET MVC that connects to a C# web API and a SQL Server database. The system is designed to manage detailed information about clients, products, vendors, and branches, providing a comprehensive and efficient solution for data management.\n\n\u003cdiv style=\"display: flex;\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/20924698-5290-4fe7-a5ae-041e02eb00d9\" width=\"49%\"\u003e\u003c/img\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/bdd3ce65-ca9e-4b09-b324-634cab42d6bf\" width=\"49%\"\u003e\u003c/img\u003e\n\u003c/div\u003e\n\n## 🎥 Explanatory video of the project\n- **Link:** https://www.youtube.com/watch?v=eOjEbYPB4s0\n\n## 🔗 Features\n- **Technologies Used**:\n  - **ASP.NET MVC**: Primary framework for web application development.\n  - **C#**: Programming language used for the web API.\n  - **SQL Server**: Database management system for storing and retrieving information.\n  - **HTML/CSS/JavaScript**: Web technologies for user interface design and functionality.\n\n## ♟ Project Structure\n- **Main Folder**: `CyberMinds`\n- **Key Subfolders and Files**:\n  - `Controllers/` - Application controllers.\n  - `Models/` - Data models and entity classes.\n  - `Views/` - Application views for data presentation.\n  - `Scripts/` - JavaScript files and libraries.\n  - `Styles/` - CSS files for styling and design.\n  - `.gitignore` - Configuration file for ignoring unwanted files in Git.\n  - `LICENSE` - Project license file.\n  - `README.md` - Document with project information.\n\n## 🏆 Database configuration\n\n1. Make sure you have SQLserver installed on your system.\n\n2. Open the `appsettings.json` file and check the database connection string. Make sure it is pointing correctly to the SQLserver database file.\n\n3. Run the migrations to create the database:\n    ```bash\n    add-migration init\n    ```\n3. Send the update of the tables to the database:\n    ```bash\n    update-database\n    ```\n## 🐱‍👤 Installation\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/K3ury99/Cyber-Minds.git\n    ```\n2. Navigate to the project folder:\n    ```bash\n    cd Cyber-Minds/CyberMinds\n    ```\n3. Open the project in Visual Studio or your preferred IDE.\n4. Restore project dependencies and set up the database.\n5. Configure the `appsettings.json` file with your SQL Server connection details.\n6. Run the application and verify that it deploys correctly in your local environment.\n\n## 💎 Contributions\nContributions are welcome. If you wish to contribute to the project, please follow these steps:\n1. Fork the repository.\n2. Create a branch for your feature or bug fix (`git checkout -b feature/new-feature`).\n3. Make your changes and commit (`git commit -am 'Add new feature'`).\n4. Push your branch (`git push origin feature/new-feature`).\n5. Open a pull request on GitHub.\n\n## 📔 License\nThis project is licensed under the [MIT License](./LICENSE).\n\n\u003e [!IMPORTANT]\nThis project was developed by: **Keury Ramírez, Victor Sanchez**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk3ury99%2Fcyber-minds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk3ury99%2Fcyber-minds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk3ury99%2Fcyber-minds/lists"}