https://github.com/nithingowda16/attendance-automation
https://github.com/nithingowda16/attendance-automation
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nithingowda16/attendance-automation
- Owner: Nithingowda16
- License: gpl-3.0
- Created: 2023-08-26T14:49:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T12:45:42.000Z (over 1 year ago)
- Last Synced: 2024-02-09T13:58:53.901Z (over 1 year ago)
- Language: CSS
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Attendance Automation Project
This project is a web-based attendance automation system developed using PHP, CSS, and MySQL. It allows users to manage attendance records efficiently.
## Features
- User authentication: Users can register and log in securely to access the system.
- Attendance management: Record and manage attendance for students or employees.
- Dashboard: Provides an overview of attendance statistics and relevant information.
- Admin panel: Administrators have access to manage users, classes, and attendance records.
- Reporting: Generate reports on attendance data for analysis and decision-making.## Technologies Used
- **PHP**: Backend scripting language used for server-side logic.
- **MySQL**: Database management system used for storing attendance data.
- **CSS**: Used for styling the web interface.git clone https://github.com/your-username/attendance-automation.git
## Installation
1. Clone the repository:
2. Import the SQL file (`database.sql`) into your MySQL database to set up the required tables and initial data.
3. Configure the database connection by updating the `config.php` file with your database credentials.
4. Deploy the project to your web server.
## Usage
1. Navigate to the project URL in your web browser.
2. Register an account if you're a new user, or log in with existing credentials.
3. Use the provided features to manage attendance records according to your requirements.## Contributing
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/your-feature-name`).
3. Make your changes and commit them (`git commit -am 'Add new feature'`).
4. Push to the branch (`git push origin feature/your-feature-name`).
5. Create a new pull request.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.