{"id":29790114,"url":"https://github.com/holedev/mpc-exhibition","last_synced_at":"2025-07-27T23:05:15.276Z","repository":{"id":150090388,"uuid":"605654010","full_name":"holedev/mpc-exhibition","owner":"holedev","description":"A web application for exhibition web design 2023 OU.","archived":false,"fork":false,"pushed_at":"2025-07-02T02:20:54.000Z","size":750,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T03:27:08.966Z","etag":null,"topics":[],"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/holedev.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":"2023-02-23T16:06:50.000Z","updated_at":"2025-07-02T02:22:10.000Z","dependencies_parsed_at":"2025-07-02T03:27:47.408Z","dependency_job_id":"7a89a8ab-313e-45c1-a2f9-02ba74f5b37c","html_url":"https://github.com/holedev/mpc-exhibition","commit_stats":null,"previous_names":["holedev/mpc-exhibition"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/holedev/mpc-exhibition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holedev%2Fmpc-exhibition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holedev%2Fmpc-exhibition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holedev%2Fmpc-exhibition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holedev%2Fmpc-exhibition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holedev","download_url":"https://codeload.github.com/holedev/mpc-exhibition/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holedev%2Fmpc-exhibition/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267437083,"owners_count":24086919,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-07-27T23:05:11.035Z","updated_at":"2025-07-27T23:05:15.255Z","avatar_url":"https://github.com/holedev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MPC Exhibition\n\nA web application for managing and displaying posts, built with a React frontend and Node.js/Express backend.\n\n## Features\n\n- User authentication\n- Post creation and management\n- Image uploads (Cloudinary integration)\n- Responsive UI\n\n## Project Structure\n\n- `frontend/` — React app (Vite, components, pages, context)\n- `backend/` — Node.js/Express API (controllers, models, routes, config)\n- `assets/` — Static assets (images, gifs)\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v16+ recommended)\n- npm\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone \u003crepo-url\u003e\n   cd mpc-exhibition\n   ```\n\n2. Install dependencies for both frontend and backend:\n   ```bash\n   cd backend\n   npm install\n   cd ../frontend\n   npm install\n   ```\n\n### Environment Variables\n\nYou must create environment variable files for both backend and frontend:\n\n- `backend/.env` (see `backend/.env.example`)\n- `frontend/.env` (see `frontend/.env.example`)\n\n### Running the App\n\n- **Backend**:\n  ```bash\n  cd backend\n  cp .env.example .env  # Copy the example env file\n  npm start\n  ```\n- **Frontend**:\n  ```bash\n  cd frontend\n  cp .env.example .env  # Copy the example env file\n  npm run dev\n  ```\n\n## Configuration\n\n- Backend: configure environment variables for MongoDB, Firebase, and Cloudinary in `backend/src/config/`\n- Frontend: update API endpoints in `frontend/src/config/axios/` and Firebase config in `frontend/src/config/firebase/`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholedev%2Fmpc-exhibition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholedev%2Fmpc-exhibition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholedev%2Fmpc-exhibition/lists"}