{"id":26453308,"url":"https://github.com/mmujtabah/enrollx","last_synced_at":"2026-04-16T05:33:25.379Z","repository":{"id":282729850,"uuid":"926167521","full_name":"mmujtabah/EnrollX","owner":"mmujtabah","description":"Full-stack course registration portal. React, Node.js, Express, SQL Server, JWT auth","archived":false,"fork":false,"pushed_at":"2026-03-14T05:48:44.000Z","size":228,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-14T16:42:53.247Z","etag":null,"topics":["expressjs","full-stack","jwt","nodejs","react","rest-api","sql-server"],"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/mmujtabah.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-02-02T17:57:43.000Z","updated_at":"2026-03-14T05:48:47.000Z","dependencies_parsed_at":"2025-03-16T16:24:29.619Z","dependency_job_id":"417be178-c1bf-4046-a31e-2ea90a18b792","html_url":"https://github.com/mmujtabah/EnrollX","commit_stats":null,"previous_names":["mmujtabah/enrollx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mmujtabah/EnrollX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmujtabah%2FEnrollX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmujtabah%2FEnrollX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmujtabah%2FEnrollX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmujtabah%2FEnrollX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmujtabah","download_url":"https://codeload.github.com/mmujtabah/EnrollX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmujtabah%2FEnrollX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31872637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["expressjs","full-stack","jwt","nodejs","react","rest-api","sql-server"],"created_at":"2025-03-18T18:57:44.135Z","updated_at":"2026-04-16T05:33:25.371Z","avatar_url":"https://github.com/mmujtabah.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EnrollX\n\nEnrollX is a student course registration portal built with **React** for the frontend and **Express** for the backend. It provides a seamless experience for students to register, log in, and manage their courses efficiently. The system features secure authentication, a user-friendly interface, and a robust database to store student information.\n\n---\n\n## Features\n\n- **User Registration**: Students can create an account and manage their profile.\n- **Login/Logout**: Secure authentication with session management using JWT (JSON Web Tokens).\n- **Password Reset**: Students can reset their password via their registered email.\n- **Course Registration**: Students can browse and register for available courses.\n- **Admin Dashboard**: Admins can manage course offerings and view registered students.\n\n---\n\n## Tech Stack\n\n- **Frontend**: React.js\n- **Backend**: Express.js (Node.js)\n- **Database**: SQL Server\n- **Authentication**: JWT (JSON Web Tokens)\n- **Styling**: CSS/SCSS\n\n---\n\n## Installation\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (v14 or later)\n- [SQL Server](https://www.microsoft.com/en-us/sql-server) (for backend database)\n- [Git](https://git-scm.com/)\n\n### Setup Instructions\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/mmujtabah/EnrollX.git\n   cd EnrollX\n   ````\n\n2. **Install backend dependencies**:\n   ```bash\n   cd backend\n   npm install\n   ```\n\n3. **Install frontend dependencies**:\n   ```bash\n   cd ../frontend\n   npm install\n   ```\n\n4. **Set up the database**:\n   - Configure the SQL Server connection in the backend.\n   - Ensure the database is running and accessible.\n\n5. **Run the backend server**:\n   ```bash\n   cd ../backend\n   npm start\n   ```\n\n6. **Run the frontend application**:\n   ```bash\n   cd ../frontend\n   npm start\n   ```\n\n   The frontend will be accessible at `http://localhost:3000`.\n\n### Environment Variables\n\nThe backend requires certain environment variables. Create a `.env` file in the `backend` directory and add the following:\n\n```env\nDB_HOST=your-database-host\nDB_USER=your-database-username\nDB_PASS=your-database-password\nJWT_SECRET=your-secret-key\n```\n\n---\n\n## License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmujtabah%2Fenrollx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmujtabah%2Fenrollx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmujtabah%2Fenrollx/lists"}