{"id":27787956,"url":"https://github.com/dracudev/regame-app","last_synced_at":"2026-04-10T14:37:00.068Z","repository":{"id":271138818,"uuid":"912469743","full_name":"dracudev/regame-app","owner":"dracudev","description":"React app featuring an interactive map, calendar, and charts, powered by a Node.js API with database integration and CRUD functionality.","archived":false,"fork":false,"pushed_at":"2025-03-24T21:44:38.000Z","size":1682,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T19:37:36.236Z","etag":null,"topics":["api","crud","database","expressjs","mvc-architecture","mysql","nodejs","react","reactjs","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://dracudev-regame.vercel.app/","language":"TypeScript","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/dracudev.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-01-05T16:59:11.000Z","updated_at":"2025-03-24T21:49:18.000Z","dependencies_parsed_at":"2025-01-28T13:37:24.077Z","dependency_job_id":"29a7ba06-d957-497b-9e69-34efeaa83760","html_url":"https://github.com/dracudev/regame-app","commit_stats":null,"previous_names":["dracudev/s8-inprocode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dracudev/regame-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracudev%2Fregame-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracudev%2Fregame-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracudev%2Fregame-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracudev%2Fregame-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dracudev","download_url":"https://codeload.github.com/dracudev/regame-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracudev%2Fregame-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","crud","database","expressjs","mvc-architecture","mysql","nodejs","react","reactjs","tailwindcss","typescript"],"created_at":"2025-04-30T16:52:48.532Z","updated_at":"2026-04-05T22:36:56.476Z","avatar_url":"https://github.com/dracudev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Regame App\n\n## 📄 Description\n\nThis project includes building a **Node.js API** with a **MySQL** database to store data generated by the project. Additionally, a React application will be developed with various interactive components such as a map, a calendar, a table and charts.\n\n### Objectives\n\n- Practice **Tailwind CSS** with React.\n- Work with popular plugins.\n- Build an API using **Node.js**.\n- Develop a CRUD.\n- Implement a map feature.\n- Add a calendar feature.\n- Create data visualizations with charts.\n\n\u003cbr\u003e\n\n## 💻 Technologies Used\n\n### 🚀 Frontend (React + Vite)\n- **React 18** - UI framework.\n- **React Router** - Navigation management.\n- **Tailwind CSS** - Utility-first styling.\n- **AG Grid** - High-performance tables.\n- **FullCalendar** - Event calendar.\n- **Mapbox GL** - Interactive maps.\n- **Nivo Charts** - Data visualization.\n- **Vite** - Fast frontend bundler.\n\n### 🛠️ Backend (Node.js + Express.js)\n- **Express.js** - Backend framework.\n- **Prisma ORM** - Database interaction.\n- **Sequelize ORM** - Alternative ORM.\n- **MySQL2 \u0026 PostgreSQL (pg)** - Database support.\n- **CORS, Cookie Parser, Body Parser** - API utilities.\n\n### 🧑‍💻 Development \u0026 Tooling\n- **TypeScript** - Static typing (frontend).\n- **ESLint + Prettier** - Code quality.\n- **Concurrently** - Run frontend \u0026 backend together.\n- **Dotenv** - Environment variable management.\n- **Nodemon** - Auto-restart backend on changes.\n\n\u003cbr\u003e\n\n## 📋 Requirements\n\n- **Node.js 16+** (Latest LTS recommended).\n- **npm or yarn** as the package manager.\n- **MySQL/PostgreSQL** for database.\n- **A modern web browser** for frontend testing.\n\n\u003cbr\u003e\n\n## 🛠️ Installation\n\n1. Clone this repository: \n  ```bash\n  git clone https://github.com/dracudev/S8-Inprocode.git\n  cd S8-Inprocode\n  code .\n  ```\n2. Install dependencies:\n  ```bash\n  npm install\n  ```\n3. Create a .env file inside the backend/ folder and configure database credentials:\n  ```env\n  DATABASE_URL=your-database-connection-string\n  ```\n4. Run database migration:\n  ```env\n   npx prisma migrate dev --name init\n  ```\n5. Insert initial data (optional):\n  ```env\n   npx prisma db seed\n  ```\n\n\n\u003cbr\u003e\n\n## ▶️ Execution\n\n1. Start backend \u0026 frontend together from the root:\n  ```bash\n  npm run dev\n  ```\n2. Or start them separately:\n  ```bash\n  # Start backend\n  cd backend\n  npm run dev\n\n  # Start frontend\n  cd frontend\n  npm run dev\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracudev%2Fregame-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdracudev%2Fregame-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracudev%2Fregame-app/lists"}