https://github.com/eugenechevski/lamp-contact-manager
LAMP-based application Contact Manager
https://github.com/eugenechevski/lamp-contact-manager
lamp
Last synced: about 7 hours ago
JSON representation
LAMP-based application Contact Manager
- Host: GitHub
- URL: https://github.com/eugenechevski/lamp-contact-manager
- Owner: eugenechevski
- Created: 2025-02-03T23:47:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T23:33:32.000Z (about 2 months ago)
- Last Synced: 2025-03-29T16:42:30.307Z (24 days ago)
- Topics: lamp
- Language: JavaScript
- Homepage: https://contact-manager.oosclass.baby/
- Size: 333 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LAMP Contact Manager
Linux, Apache, MariaDB, PHP
## Features
From the front page,
- support user logins
- account creationOnce logged in,
- users can create, update, retrieve and delete contacts.
- Contacts must have at least names and e-mails.## Deployment
* The application is deployed to AWS Lightsail.
* The deployment is triggered by pushing to the `main` branch.
* The deployment is done using the `deploy.yml` workflow.