mahmoudfarouq / CompanyCMS

CMS web app for managing customers and admins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CompanyCMS

CMS web app for managing customers and admins

the app allows Admins and customers to login to the system

  • admins can

    • add new admins
    • add new customers
    • update customers and admins data
    • filter users by status(active | inactive) && customers pln(Silver | Gold | Regular)
    • search users by (name | email | phone)
    • change number of rows per page
  • i have used Active record Design Pattern to implement a model for ORM to be used when i need to interact with the db and it's generic and extendable enough to be uses in another projects

  • used technologies:

    • HTML
    • CSS
    • JS
    • jQuery
    • bootstap
    • Ajax
    • PHP
    • MYSQL

About

CMS web app for managing customers and admins

License:Apache License 2.0


Languages

Language:PHP 41.0%Language:HTML 32.7%Language:JavaScript 24.1%Language:CSS 2.2%