This project was developed as part of an assignment during my university time back in 2013. The Uapians.Net is a web-based application designed to facilitate student-teacher cooperation. It allows students to know each other better, communicate about academic aspects, and collaborate effectively. This project won the championship of the Inter-Department Project Show in 2013 and was live until 2016 under the University of Asia Pacific Software Club as a student project.
- Student Profile: Each student can have their own profile.
- Blood Bank: Information on students' blood groups along with their phone numbers and willingness to donate blood.
- User Authentication: Users need to log in to access certain features, ensuring privacy and security.
- Notes Sharing: Students can share their academic notes and documents.
- Blog: Students can write and share blogs.
- Clone Repository: Clone the repository to your local machine.
git clone https://github.com/imtiazUAP/uapians.git
- Database Setup:
- Import the
uapians.sql
file into your MySQL database.
- Import the
- Configuration:
- Update
dbConnect.php
with your MySQL database credentials.
- Update
- Web Server:
- Deploy the project on a web server with PHP support (e.g., Apache, Nginx).
- PHP: Server-side scripting language used for dynamic content generation.
- MySQL: Database management system used for storing evaluation data.
Contributions to the Uapians.Net project are welcome. You can contribute by:
- Reporting issues or suggesting improvements through GitHub Issues.
- Forking the repository, making changes, and creating pull requests.
Uapians.Net is open-source software licensed under the MIT License. You are free to use, modify, and distribute this software for personal or commercial purposes.