{"id":19676076,"url":"https://github.com/wannacry081/nexio","last_synced_at":"2026-04-19T06:33:57.818Z","repository":{"id":195154239,"uuid":"687531852","full_name":"WannaCry081/Nexio","owner":"WannaCry081","description":"Nexio is a modern Contact Management System designed to simplify contact management. This README covers its tech stack, installation with ReactJS, Vite, and ASP.NET, Docker Compose deployment, and licensing information.","archived":false,"fork":false,"pushed_at":"2023-09-05T14:47:25.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T05:51:46.329Z","etag":null,"topics":["asp-net-core","docker","docker-compose","reactjs"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WannaCry081.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-05T14:45:37.000Z","updated_at":"2024-06-29T06:52:29.000Z","dependencies_parsed_at":"2023-09-16T19:42:51.730Z","dependency_job_id":null,"html_url":"https://github.com/WannaCry081/Nexio","commit_stats":null,"previous_names":["wannacry081/nexio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WannaCry081/Nexio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WannaCry081%2FNexio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WannaCry081%2FNexio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WannaCry081%2FNexio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WannaCry081%2FNexio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WannaCry081","download_url":"https://codeload.github.com/WannaCry081/Nexio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WannaCry081%2FNexio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263105753,"owners_count":23414721,"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":["asp-net-core","docker","docker-compose","reactjs"],"created_at":"2024-11-11T17:27:05.093Z","updated_at":"2026-04-19T06:33:57.781Z","avatar_url":"https://github.com/WannaCry081.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nexio 👨🏻‍💻\n\nNexio is a modern and efficient Contact Management System designed to simplify your contact management tasks. This README provides an overview of Nexio, its tech stack, instructions for installation using ReactJS, Vite, and ASP.NET, details on how to use Docker Compose for deployment, licensing information, and more.\n\n## Table of Contents\n\n1. [Overview](#overview)\n2. [Tech Stack](#tech-stack)\n3. [Installation](#installation)\n    - [Backend Installation](#backend-aspnet)\n    - [Frontend Installation](#frontend-reactjs-with-vite)\n    - [Docker Compose Installation](#docker-compose)\n4. [Usage](#usage)\n5. [License](#license)\n\n## Overview\n\nNexio is an MVC architecture application that seamlessly manages your contacts and interactions. Its key features include:\n\n- **Contact Management:** Easily create, view, update, and delete contacts.\n- **Suggestion System:** Get intuitive suggestions to enhance your interactions.\n- **User-Friendly Interface:** A clean and user-friendly interface for efficient contact management.\n- **Tech-Driven:** Built using modern technologies like ASP.NET, ReactJS, and Docker.\n\n## Tech Stack\n\nNexio leverages a modern and robust tech stack to deliver an efficient contact management experience:\n\n- **Backend:** ASP.NET MVC\n- **Frontend:** ReactJS with Vite\n- **UI Design:** Tailwind CSS\n- **Version Control:** Git\n- **Containerization:** Docker\n\n## Installation\n\nTo get Nexio up and running on your local machine, follow these installation steps:\n\n### Backend (ASP.NET)\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/TheDayDreamer01/ContactManagement-ASP.NET.git\n   ```\n\n2. **Navigate to the Project Directory:**\n\n   ```bash\n   cd backend\n   ```\n\n3. **Install Dependencies:**\n\n   ```bash\n   dotnet restore\n   ```\n\n4. **Run the ASP.NET Application:**\n\n   ```bash\n   dotnet run\n   ```\n\n5. The Nexio backend should now be running at `http://localhost:8000`.\n\n### Frontend (ReactJS with Vite)\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/TheDayDreamer01/ContactManagement-ReactJS.git\n   ```\n\n2. **Navigate to the Project Directory:**\n\n   ```bash\n   cd frontend\n   ```\n\n3. **Install Dependencies:**\n\n   ```bash\n   npm install\n   ```\n\n4. **Start the Development Server:**\n\n   ```bash\n   npm run dev\n   ```\n\n5. The Nexio frontend should now be running at `http://localhost:3000`.\n\n## Docker Compose\n\nNexio can be deployed using Docker Compose, which makes it easy to manage multi-container Docker applications.\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/TheDayDreamer01/Nexio.git\n   ```\n\n2. **Navigate to the Docker Compose Directory:**\n\n   ```bash\n   cd nexio\n   ```\n\n3. **Start Nexio Using Docker Compose:**\n\n   ```bash\n   docker-compose up -d\n   ```\n\n4. Nexio should now be accessible at `http://localhost:3000`.\n\n## Usage\n\nNexio is designed to be user-friendly and intuitive. Simply log in, and you can start managing your contacts, accessing suggestions, and organizing your interactions efficiently.\n\n## License\n\nNexio is open-source software licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute it as needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwannacry081%2Fnexio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwannacry081%2Fnexio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwannacry081%2Fnexio/lists"}