{"id":23690189,"url":"https://github.com/codewizard-404/the_bridge","last_synced_at":"2026-04-12T02:32:34.525Z","repository":{"id":269970280,"uuid":"908770114","full_name":"CodeWizard-404/The_Bridge","owner":"CodeWizard-404","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-27T13:57:55.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T14:36:48.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/CodeWizard-404.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}},"created_at":"2024-12-26T23:29:51.000Z","updated_at":"2024-12-27T13:57:58.000Z","dependencies_parsed_at":"2024-12-27T14:36:52.748Z","dependency_job_id":"9355f843-d992-40c9-a581-5c9ab8799a29","html_url":"https://github.com/CodeWizard-404/The_Bridge","commit_stats":null,"previous_names":["codewizard-404/the_bridge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWizard-404%2FThe_Bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWizard-404%2FThe_Bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWizard-404%2FThe_Bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWizard-404%2FThe_Bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeWizard-404","download_url":"https://codeload.github.com/CodeWizard-404/The_Bridge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239753736,"owners_count":19691162,"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":[],"created_at":"2024-12-30T01:59:56.989Z","updated_at":"2026-04-12T02:32:29.499Z","avatar_url":"https://github.com/CodeWizard-404.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌉 **The Bridge** \n\nWelcome to **The Bridge**, a dynamic learning platform designed to provide comprehensive courses across a variety of modern technologies. From **Spring Boot** to **Artificial Intelligence**, this project is built to offer an intuitive user interface and an admin panel that makes course management seamless. Whether you're a learner exploring new tech or an admin managing course content, **The Bridge** makes the process as smooth and engaging as possible.\n\n---\n\n## 🚀 **Features**\n\n### **User-Friendly Landing Page**\n- **Engaging Design:** The landing page is designed with the latest web design trends in mind. A sleek, modern layout ensures that users can easily navigate through the content.\n- **About Us Section:** A brief but captivating introduction to the mission and vision of **The Bridge**, detailing how we aim to connect learners with valuable skills.\n- **Courses Section:** A listing of available courses with detailed descriptions, such as:\n  - **Spring Boot / Angular**\n  - **Node JS / React**\n  - **Flutter / Firebase**\n  - **Business Intelligence**\n  - **Artificial Intelligence**\n  - **DevOps** \n  and more\n- **Contact Form:** A simple, user-friendly form that allows visitors to easily get in touch with the team for inquiries.\n\n### **Admin Panel**\n- **CRUD Operations:** Fully functional admin panel that allows administrators to:\n  - **Create** new courses\n  - **Read** and view course/contact details\n  - **Update** course content (titles, descriptions, prices, duration, status, images)\n  - **Delete** outdated or irrelevant courses/contact form submissions\n- **Image Uploads:** Administrators can upload images for each course to visually enhance the learning experience.\n- **Data Management:** Easily manage course data, including pricing and availability, all from a single intuitive interface.\n\n---\n\n## 🌟 **Technologies Used**\n\nThe Bridge is built with cutting-edge technologies to ensure reliability, scalability, and a top-tier user experience:\n\n- **Frontend:** \n  - **Angular** for dynamic, single-page app functionality\n  - **Bootstrap/Tailwind** for responsive design\n\n- **Backend:** \n  - **Spring Boot** for robust backend APIs\n  - **JWT Authentication** for secure user login and session management\n  \n- **Database:** \n  - **MySQL** for fast, relational data storage\n\n---\n## **Screenshots**\n\n![Landing Page](/Screenshots/LandingPage.png)\n![Admin Panel](/Screenshots/AdminLogin.png)\n![Admin Panel](/Screenshots/AdminDashboard.png)\n![Admin Panel](/Screenshots/AdminCourses.png)\n![Admin Panel](/Screenshots/AdminContact.png)\n![Admin Panel](/Screenshots/AdminAdd.png)\n\n---\n\n## 🛠️ **Installation Guide**\n\nFollow these steps to get **The Bridge** running locally:\n\n### 1. Clone the Repository\n```bash\ngit clone https://github.com/CodeWizard-404/The_Bridge.git\n```\n\n### 2. Install Frontend Dependencies\nNavigate to the `frontend` directory and install dependencies:\n```bash\ncd frontend\nnpm install\n```\n\n### 3. Set Up the Backend\nNavigate to the `backend` directory and install the dependencies:\n```bash\ncd backend\nmvn install\n```\n\n### 4. Database Setup\nCreate a MySQL database and import the `the_bridge_db.sql` schema file provided.\n\n### 5. Running the Project\nTo start the project locally:\n- **Start the Backend:** \n  ```bash\n  mvn spring-boot:run\n  ```\n- **Start the Frontend:**\n  ```bash\n  npm start\n  ```\n\nAccess the application at [http://localhost:4200](http://localhost:4200) (frontend) and [http://localhost:8080](http://localhost:8080) (backend).\n\n---\n\n## 💻 **How to Contribute**\n\nWe value contributions from the community! Whether it's fixing bugs, adding features, or improving documentation, all help is appreciated. Here’s how to contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature/bugfix.\n3. Implement your changes.\n4. Run tests and ensure everything works smoothly.\n5. Submit a pull request with a detailed description of your changes.\n\n---\n\n\n## ✨ **Vision for the Future**\n\nAt **The Bridge**, we’re always evolving. Future updates will include:\n- Add User signup and login functionality\n- Add a user dashboard for personalized learning experiences\n- Add a course rating and review system\n- Add a payment gateway for course purchases\n- Enhanced user interface with even more interactive elements\n- Improved admin functionalities for greater ease of use\n\nStay tuned for more!\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewizard-404%2Fthe_bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewizard-404%2Fthe_bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewizard-404%2Fthe_bridge/lists"}