This project is about a clinic management system. This project, is a Final Degree Project, built with PHP, Laravel, JavaScript, CSS and HTML. Stills under development.
- System theme detection
- Dark and Light theme
- Language detection and management
- Roles and Permissions System
- Create, Update, Read and Delete.
- Unique UI
- CRUD operations
- Conditional routing based in roles with permissions
- Ensure that you have Composer and NPM installed.
- Clone this repository
git clone https://github.com/EnergyREX/DAW-TFG
- Run
composer i && npm i
in the project root directory. - Config the .env.example directory and rename it to .env.
- Run
php artisan migrate --seed
- Run the
php artisan key:generate
command - After installing, run
composer dev
to run the project in development mode. - Go to https://localhost:8000.