Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

SafeSentinel

logo

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.