An open API service indexing awesome lists of open source software.

https://github.com/codebyashuu/syllabisync

a unified portal for AICTE-approved institutions to create, share, and update standardized model curricula efficiently.
https://github.com/codebyashuu/syllabisync

aicte css fullstack html mysql php tailwindcss

Last synced: 4 months ago
JSON representation

a unified portal for AICTE-approved institutions to create, share, and update standardized model curricula efficiently.

Awesome Lists containing this project

README

          

# SyllabiSync πŸ“š

A **unified portal for model curriculum** designed for **all AICTE-approved institutions**. This platform ensures **standardized curriculum development**, seamless **sharing**, and easy **updates**, improving the quality and consistency of technical education in India.

---

## πŸš€ Features
- πŸ”Ή **User Authentication** (Login/Register)
- πŸ”Ή **Admin Panel** for curriculum management
- πŸ”Ή **Upload, View & Edit** model curricula
- πŸ”Ή **Search & Filter** syllabi efficiently
- πŸ”Ή **Responsive UI** with TailwindCSS
- πŸ”Ή **Secure Database** integration with PHP & MySQL

---

## πŸ› οΈ Tech Stack
- **Frontend:** HTML, TailwindCSS
- **Backend:** PHP
- **Database:** MySQL
- **Version Control:** Git & GitHub

---

## Folder Structure
```
project-folder/
│── index.php # Homepage
│── dashboard.php # Main user dashboard
│── login.php # User authentication
│── register.php # Signup page
│── config.php # Database connection
│── assets/ # CSS, TailwindCSS, images
│── uploads/ # PDF/doc storage
└── db/ # Database files
```

---

## πŸ—οΈ Installation & Setup
1️⃣ **Clone the repository**
```sh
git clone https://github.com/yourusername/SyllabiSync.git
cd SyllabiSync
```

2️⃣ **Set up the Database**
```sh
Import db/aicte_portal.sql into MySQL
```

3️⃣ **Run the project locally**

Start a local server (XAMPP, MAMP, or built-in PHP server)
```sh
http://localhost/SyllabiSync/
```
---

## πŸͺͺLicense
This project is licensed under the MIT License. See LICENSE for more details.

## ☎️Contact
For queries or collaboration, reach out at:
πŸ“§ sagarsahu5976@gmail.com
πŸ”— CodeByAshuuu

---

### **πŸ“Œ Next Steps**
- Replace `CodeByAshuu` with your GitHub username
- Update **contact details**
- Add a **screenshot of your project UI** under "Features" (optional)