Skip to content

patriciacoelho/masterzeye

Repository files navigation

Masterzeye

Build Status License

Masterzeye is a global project management system that allows the company to manage projects.

Running the project

  • Clone project than start the container
sail up -d
  • Create a test user by executing
sail artisan tin

and paste the follow code (change <YOUR-PASSWORD> for whatever you want, such as the name and email):

    User::factory()->create([
        'name' => 'Jane Doe',
        'email' => 'jane.doe@masterzeye.com',
        'password' =>  Hash::make('<YOUR-PASSWORD>'),
    ]);
  • Open http://localhost/ on browser, go to login and fill with those credentials;

License

This project is an open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published