Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcomte23/safesentinel
Software for the occupational health and safety management system of companies.
https://github.com/jcomte23/safesentinel
Last synced: about 2 months ago
JSON representation
Software for the occupational health and safety management system of companies.
- Host: GitHub
- URL: https://github.com/jcomte23/safesentinel
- Owner: jcomte23
- Created: 2023-06-28T20:41:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T04:57:42.000Z (over 1 year ago)
- Last Synced: 2024-01-25T15:36:02.902Z (12 months ago)
- Language: PHP
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SafeSentinel
occupational health and safety management system
## Getting Started
1.Clone the repository, preferably via SSH security keys or there is also the HTTPS method.
2.Execute the command ```composer install``` in the command terminal inside the project.
3.Create the .env file and set up the data for the subsequent connection to the database either locally or online.
4.Execute the command ```php artisan serve``` in the command terminal inside the project.
5.Open the url that it generates inside the browser and click on generate security key.
6.Run the migrations using the ```php artisan migrate``` command, if you want to generate fake data for testing purposes run this command: ```php artisan migrate:fresh --seed```
### Prerequisites
*If you are on Windows I recommend to have installed today to run the program.*If you are on Mac I recommend to have installed today to run the program.
*You must have
installed as it is a php package manager.*Verify that composer is installed, run the ```command composer -v```
*Verify that the php version is higher than 8.1, run the command ```php --version``` in the command terminal
## Author
This project was created by **[Javier Cómbita Téllez](https://github.com/jcomte23)**. A systems technologist with 2 years of experience in Backend development. Javier specializes in the development of programs, APIs and web platforms using the PHP programming language with the Laravel framework.
If you have any questions or comments about the project, you can contact Javier at [email protected].
## License
© 2023 Jcomte23. All Rights Reserved.
## Project status
This project is currently under active development and updates are expected to be released in the near future.