Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rzlco666/cops
This repository contains an application for announcing police education registration. Built with native PHP, a MySQL database, and Bootstrap 4, the application allows police officials to manage and announce education and training opportunities. It is a useful tool for keeping track of and promoting professional development in the police force
https://github.com/rzlco666/cops
native native-app native-apps native-base news newsapp php php-framework php5 php7 php8 police-officers police-reports web web-application webapp website
Last synced: 25 days ago
JSON representation
This repository contains an application for announcing police education registration. Built with native PHP, a MySQL database, and Bootstrap 4, the application allows police officials to manage and announce education and training opportunities. It is a useful tool for keeping track of and promoting professional development in the police force
- Host: GitHub
- URL: https://github.com/rzlco666/cops
- Owner: rzlco666
- Created: 2021-01-23T09:22:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T04:40:53.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T19:21:03.944Z (about 1 month ago)
- Topics: native, native-app, native-apps, native-base, news, newsapp, php, php-framework, php5, php7, php8, police-officers, police-reports, web, web-application, webapp, website
- Language: CSS
- Homepage:
- Size: 8.34 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COPS: Police Education Registration Announcement Application
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.
## Main Features
- Registration and login for users
- Registration and login for admins
- Admin creation of announcements
- Registration feature for those who pass the selection process## Technologies Used
- 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## Prerequisites
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.
## How to use this repository
1. Clone or download the repository to your local development environment.
2. Set up the database by importing the provided `cops.sql` file.
3. Configure the database connection settings in the `database.php` file.