{"id":19133695,"url":"https://github.com/aelyakoubi/Full-Stack-Events-website","last_synced_at":"2025-09-08T18:31:11.397Z","repository":{"id":241368383,"uuid":"805479791","full_name":"aelyakoubi/Full-Stack-Events-website","owner":"aelyakoubi","description":"Full-Stack project Events website React.js Node.js Express.js Middleware Prisma Mysql","archived":false,"fork":false,"pushed_at":"2025-06-12T20:25:03.000Z","size":39106,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-12T21:36:44.797Z","etag":null,"topics":["authentication-backend","chakra-ui","express-js","javascript","jwt","middleware","mysql-database","node-js","prisma-orm","react-js","static","vite"],"latest_commit_sha":null,"homepage":"https://website-frontend-8wnm.onrender.com/","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/aelyakoubi.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":"2024-05-24T17:05:11.000Z","updated_at":"2025-06-12T20:25:07.000Z","dependencies_parsed_at":"2024-06-03T18:39:54.290Z","dependency_job_id":"e527d6f7-e7e7-47ec-9402-a1abc87ded71","html_url":"https://github.com/aelyakoubi/Full-Stack-Events-website","commit_stats":null,"previous_names":["aelyakoubi/website-events-front-and-backend","aelyakoubi/website","aelyakoubi/full-stack-events-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aelyakoubi/Full-Stack-Events-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelyakoubi%2FFull-Stack-Events-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelyakoubi%2FFull-Stack-Events-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelyakoubi%2FFull-Stack-Events-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelyakoubi%2FFull-Stack-Events-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aelyakoubi","download_url":"https://codeload.github.com/aelyakoubi/Full-Stack-Events-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelyakoubi%2FFull-Stack-Events-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274229367,"owners_count":25245187,"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-09-08T02:00:09.813Z","response_time":121,"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":["authentication-backend","chakra-ui","express-js","javascript","jwt","middleware","mysql-database","node-js","prisma-orm","react-js","static","vite"],"created_at":"2024-11-09T06:23:32.630Z","updated_at":"2025-09-08T18:31:11.382Z","avatar_url":"https://github.com/aelyakoubi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔧 Development \u0026 Production-Based Approach\n\n## 🌐 Live Demo\n\n[Visit the App](https://website-frontend-8wnm.onrender.com)\n\n\u003e ⚠️ **Note:** It may take **50 to 160 seconds** for the **events to be loaded** due to the cold start delay on a free Render account.\n\n\n## 🔐 Test Credentials\n\nTo test the application, log in using:\n\n- **Username:** `Wimpie Blok`\n- **Password:** `Wimpie1234`\n\n⚠️ **Important:** Do **NOT** click the “Delete” button on the user account page. If you do, you’ll need a new test account.\n\n- You can find alternative credentials in this GitHub file:\n  `/website-backend/src/data/users.json`\n\n- Or simply create a new account via the **signup page**.\n\n---\n\n## 🛠️ Local Setup Instructions\n\n### Step 1: Frontend (Terminal 1)\n\n```bash\nnpm install\nnpm audit fix       # Optional, if needed\nnpm run start       # Starts on port 5173\n```\n\n### Step 2: Backend (Terminal 2)\n\n```bash\nnpm install\nnpm audit fix       # Optional, if needed\nnpm run start       # Starts on port 3000\n```\n\n### Step 3: MySQL Database (Terminal 3)\n\n```bash\nnpx prisma studio\n```\n\n---\n\n## 🧪 Testing Notes\n\n- The `.env` file is included for testing purposes.\n- Integration and unit tests are **still being updated** due to recent project changes.\n\n---\n\n## 🚀 Project Status: Onward \u0026 Upward\n\n### 🔧 Current Phase (In Progress):\n\n- Password hashing \u0026 salting\n- Rate limiting \u0026 brute-force protection\n- Input sanitization \u0026 validation\n- HTTPS-only \u0026 CORS configuratie\n- Security headers\n- Docker deployment setup   (done)\n- Testing suite (Unit, API \u0026 Integration)\n- Auth flow (Forgot Password, Secure Token Handling)\n- Technical documentation (Setup Guide, API References)\n\n---\n\n## 🎯 Future Goals (When Time Permits)\n\n**Next Project: Full-Stack E-Commerce Platform**\n\n### 🧰 Core Stack:\n\n- Redux Toolkit (State Management)\n- Third-Party Authentication (Google, Apple, GitHub)\n- Persistent Shopping Cart\n\n### 💡 Advanced Features:\n\n- Payments via Stripe \u0026 PayPal (sandbox to production)\n- DevOps: AWS S3 + CI/CD Pipelines\n- SEO/SEA-Optimized Marketing\n\n---\n\n## 🌍 Long-Term Vision:\n\n- Mobile apps (React Native or Flutter)\n- Scalable hosting (AWS, Vercel)\n\n![Screenshot 2024-10-13 164227](https://github.com/user-attachments/assets/794893f9-1fd0-4bec-b5b6-62a87bd96619)\n![Screenshot 2024-10-11 142737](https://github.com/user-attachments/assets/92e87063-25ec-4a90-8eac-289aefc715af)\n![Screenshot 2024-10-10 203209](https://github.com/user-attachments/assets/5d0d346a-8674-4cbe-8a52-1a2a17cfdbf7)\n![Screenshot 2024-10-10 203329](https://github.com/user-attachments/assets/39f47830-ea77-4ced-ad81-dfe2d8b4158a)\n![Screenshot 2024-10-11 142435](https://github.com/user-attachments/assets/e024e403-b32f-4fa2-90d8-4fd7ea7696cb)\n![Screenshot 2024-10-11 142143](https://github.com/user-attachments/assets/ae3e63dd-7df3-4706-a2cd-8611deb42015)\n![Screenshot 2024-10-11 142038](https://github.com/user-attachments/assets/2b65b00a-fd78-4953-a0a3-b155d4c359ea)\n![Screenshot 2024-10-10 203233](https://github.com/user-attachments/assets/663e1e9d-b7c9-4f68-aaff-6d596a7c4f27)\n![Screenshot 2024-10-10 203244](https://github.com/user-attachments/assets/aa76a163-7ef4-4f0b-9dcc-e2e19b793220)\n![Screenshot 2024-10-10 203306](https://github.com/user-attachments/assets/019edd08-94b6-4a44-8e7f-4c513710a675)\n![Screenshot 2024-10-11 143335](https://github.com/user-attachments/assets/15e07885-28bd-471f-bf4f-8ba3d4940b97)\n![Screenshot 2024-10-11 143404](https://github.com/user-attachments/assets/002ac242-83cd-4163-b53e-1772c8a89639)\n![Screenshot 2024-10-11 143421](https://github.com/user-attachments/assets/1af49b0c-3064-4791-a0d6-60c481022ae0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelyakoubi%2FFull-Stack-Events-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faelyakoubi%2FFull-Stack-Events-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelyakoubi%2FFull-Stack-Events-website/lists"}