https://github.com/gabriel-troni/extension_manager
A website created to facilitate extension management for a company through a login system and CRUD operations.
https://github.com/gabriel-troni/extension_manager
bootstrap css html javascript mysql php
Last synced: 3 months ago
JSON representation
A website created to facilitate extension management for a company through a login system and CRUD operations.
- Host: GitHub
- URL: https://github.com/gabriel-troni/extension_manager
- Owner: Gabriel-Troni
- Created: 2023-12-29T18:11:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T01:23:28.000Z (over 2 years ago)
- Last Synced: 2024-01-28T20:29:26.383Z (over 2 years ago)
- Topics: bootstrap, css, html, javascript, mysql, php
- Language: PHP
- Homepage: https://extension-manager.vercel.app
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# extension_manager
This project was undertaken to fulfill a client's need. I was asked to create a system where all the employees of that branch could search for each other's extension numbers. Additionally, the system should allow an administrator to perform CRUD operations: Create, Read, Update, and Delete. Other users should have permission to read only.
These requirements were fulfilled by creating a website with a login system and proper security validations. Once logged in, the system generates a web page containing the extension numbers presented inside the database and allows users to perform actions they have permission for, including searches through Javascript's Regex.
## Technologies Used
- MySQL
- PHP
- Javascript
- Bootstrap
- CSS
- HTML
## Features
- Responsiveness
- Secure login system
- Database connectivity via environment variables
- SSL for enhanced security
- Dynamic content generation according to user's permission
- Instant search using Regex
- CRUD operations for administrators
## Screenshots