{"id":28501714,"url":"https://github.com/voidcoolis/void.products","last_synced_at":"2026-04-09T17:58:06.154Z","repository":{"id":297834180,"uuid":"997621215","full_name":"Voidcoolis/Void.Products","owner":"Voidcoolis","description":"A full-stack MERN application for managing products, built with a React + Chakra UI frontend and an Express + MongoDB backend. The application allows users to create, view, update, and delete products through a clean, modern, and fully responsive interface.","archived":false,"fork":false,"pushed_at":"2025-06-07T19:03:21.000Z","size":3490,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-07T19:31:06.211Z","etag":null,"topics":["chakra-ui","crud-api","express","fullstack-development","javascript","mern-stack","mongodb","mongoose","nodejs","nodemon","react-vite","webapp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Voidcoolis.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-06T21:01:09.000Z","updated_at":"2025-06-07T19:03:26.000Z","dependencies_parsed_at":"2025-06-07T19:41:18.839Z","dependency_job_id":null,"html_url":"https://github.com/Voidcoolis/Void.Products","commit_stats":null,"previous_names":["voidcoolis/void.products"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Voidcoolis/Void.Products","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voidcoolis%2FVoid.Products","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voidcoolis%2FVoid.Products/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voidcoolis%2FVoid.Products/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voidcoolis%2FVoid.Products/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Voidcoolis","download_url":"https://codeload.github.com/Voidcoolis/Void.Products/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voidcoolis%2FVoid.Products/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263642972,"owners_count":23493672,"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":["chakra-ui","crud-api","express","fullstack-development","javascript","mern-stack","mongodb","mongoose","nodejs","nodemon","react-vite","webapp"],"created_at":"2025-06-08T16:07:36.117Z","updated_at":"2025-12-30T22:42:43.538Z","avatar_url":"https://github.com/Voidcoolis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Void Products\n\nA full-stack MERN application for managing products, built with React, Chakra UI, Zustand, Express, and MongoDB.\n\n## Features\n\n- View all products\n- Create new products\n- Edit existing products\n- Delete products\n- Responsive UI with Chakra UI\n- State management with Zustand\n- RESTful API with Express and MongoDB\n\n## Project Structure\n\n```\nVoid.Products/\n├── void.products.backend/      # Express + MongoDB backend\n├── void.products.frontend/     # React + Vite frontend\n├── .env                        # Environment variables\n└── ...\n```\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v18+ recommended)\n- npm\n\n### Backend Setup\n\n1. Go to the backend folder:\n\n   ```sh\n   cd void.products.backend\n   ```\n\n2. Install dependencies:\n\n   ```sh\n   npm install\n   ```\n\n3. Configure environment variables in the root `.env` file:\n\n   ```\n   MONGO_URI=your_mongodb_connection_string\n   PORT=5000\n   ```\n\n   Example:\n   ```\n   MONGO_URI=mongodb+srv://\u003cusername\u003e:\u003cpassword\u003e@cluster0.mongodb.net/products?retryWrites=true\u0026w=majority\n   PORT=5000\n   ```\n\n4. Start the backend server (development):\n\n   ```sh\n   npm run dev\n   ```\n\n   For deployment or cross-platform environments, use:\n\n   ```sh\n   npx cross-env NODE_ENV=production node server.js\n   ```\n\n   The backend will run on [http://localhost:5000](http://localhost:5000).\n\n### Frontend Setup\n\n1. Go to the frontend folder:\n\n   ```sh\n   cd void.products.frontend\n   ```\n\n2. Install dependencies:\n\n   ```sh\n   npm install\n   ```\n\n3. Start the frontend development server:\n\n   ```sh\n   npm run dev\n   ```\n\n   The frontend will run on [http://localhost:5173](http://localhost:5173) (or as specified by Vite).\n\n### API Proxy\n\nThe frontend is configured to proxy `/api` requests to the backend server via Vite's proxy settings.\n\n## Deployment\n\n- Use `cross-env` to set environment variables for deployment across different platforms.\n- Ensure your `.env` file is correctly set up in the root directory.\n- Build the frontend with:\n\n  ```sh\n  npm run build\n  ```\n\n  and serve the static files as needed.\n\n## Technologies Used\n\n- **Frontend:** React, Chakra UI, Zustand, Vite\n- **Backend:** Express, MongoDB, Mongoose\n- **Other:** dotenv, cross-env, nodemon","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidcoolis%2Fvoid.products","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoidcoolis%2Fvoid.products","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidcoolis%2Fvoid.products/lists"}