Skip to content

onemohsen/AtlannEmployees

Repository files navigation

About Atlann Employees!

Description:

  • There are two user types: employee and admin.
  • the employee user can log in to the system and add his/her tasks that were done today.
  • Each task has these fields: Name, Note, Time (current day inserted as date).
  • Employee users can see a list of tasks that have been added to update/delete them.
  • Admin user can see the report of all employees' tasks.
  • admin can filter reports by date.
  • Laravel is accessible, powerful, and provides tools required for large, robust applications.

Install

1:

git clone https://github.com/onemohsen/AtlannEmployees.git

2:

composer install

3:

npm install && npm run production

4: Change .env File Db Config And Create Database

DB_DATABASE=atlan
DB_USERNAME=root
DB_PASSWORD=

5:Finally

php artisan migrate --seed

php artisan serve

User Information Default:

admin:
email:[email protected]
pass:admin

user 1:
email:[email protected]
pass:user1

user 2:
email:[email protected]
pass:user2

user 3:
email:[email protected]
pass:user3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published