This is Une Manage, a web system developed in Laravel to manage academic projects in an efficient and practical way. With Une Manage, users can create and manage academic projects, define tasks and deadlines, assign team members and track the progress of each project.
This web system was developed me, in 2023, and is under copyright. Any unauthorized copying, reproduction or distribution of this software is strictly prohibited.
To install Une Manage, follow the instructions below:
- Clone the repository to your computer.
- Open the terminal and navigate to the root folder of the project.
- Run composer install command to install project dependencies.
- Create an .env file from the .env.example file and set the database and server environment variables.
- Run the php artisan key:generate command to generate the application's encryption key.
- Run the php artisan migrate command to create the database tables.
- Run the php artisan db:seed command to populate the database with test data (optional).
- Run the command php artisan serve to start the server.
- To use Une Manage, access the server URL and login with your user credentials. After logging in, you will be directed to the main page of the system, where you can create and manage academic projects.
If you want to contribute to the development of Une Manage, follow the instructions below:
- Fork the repository.
- Clone your fork to your computer.
- Create a branch with the name of your feature or fix.
- Deploy the changes to your branch.
- Run the tests to make sure the changes didn't affect other functionality.
- Commit your changes.
- Push your branch to your fork.
- Open a pull request to the main branch of the original repository.