Dashboard System Admin, MVC and API Framework with PHP Postgres-SQL and jQuery

Language
Dashboard Admin Permission => create user and add permissions of routes. Create controller,model,view from terminal. User with a specific role User can modify the the personal data and password User can add single or multiple movies from IMDB User can add single or multiple books from google Super user can change role delete or insert role, can add permissions or delete them, This project support multilingual site now(it/en). Notifications, if a user do an action , a notice is added to super user. Super user ca added just one time, if you want to change, tou do that manualy ti db. For now is suported the postgres. Multiple tenmplate Setup : after download and extract prepare the host, go to /App/Core/_data/nginx and see the example of nginx file. Create local domain http://gomvc-admin.local on /etc/hosts . Note:: for this project is used the composer if you dont have the composer installed on your computer you can take from website https://getcomposer.org/download/ After install if you don't se the routes,you can generate with command 'composer dump-autoload -a'. but before must create the db: CREATE DATABASE gomvc ENCODING 'UTF-8'; CREATE USER gomvc WITH PASSWORD 'plplpl'; GRANT ALL PRIVILEGES ON DATABASE gomvc TO gomvc; and go to App/Core/_data/_schema/sql_query.sql ,sql_natyre.sql , sql_movies.sql , keys.sql install all tables. For all data install the dump App/Core/_data/_schema/gomvcdump.sql where is included , users, roles ect ect; Command for dump postgres pg_dump --host=localhost --username=gomvc gomvc > gomvc-admin-lucultura/App/Core/_data/_schema/gomvcdump.sql For more details go to my repository or contact me : [email protected] Thank you. Klevis Cipi

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Add new comment