Welcome to this repository for COPS, an application for announcing police education registration. This is a college project built with native PHP, a MySQL database, and Bootstrap 4. The application allows police officials to manage and announce education and training opportunities, and features a registration feature for those who pass the selection process. It is a useful tool for keeping track of and promoting professional development in the police force.
- Registration and login for users
- Registration and login for admins
- Admin creation of announcements
- Registration feature for those who pass the selection process
- PHP: a popular server-side scripting language
- MySQL: a popular open-source relational database management system
- Bootstrap 4: a front-end framework for designing responsive and mobile-first websites
To use this repository, you will need a local development environment set up with PHP and a MySQL database. You should also be familiar with basic web development concepts and technologies, such as HTML, CSS, and JavaScript.
- Clone or download the repository to your local development environment.
- Set up the database by importing the provided
cops.sql
file. - Configure the database connection settings in the
database.php
file.