Attendance Management System(AMS) is a system used to manage the attendance of student/employee of a school/company.
AMS is a SAAS project. To register a company s/he must register in the system. After register your details in the system. Login into the system. After login into the system, create a company from the company option in the side bar. After creating company it send request to the superadmin. You can only add user and manage user only after the superadmin accept your company request.
- Create role
- Add user
- Provider permission
Use the mailtrap to send email. Copy the mailtrap API and paste it into the mail section of .env file.
php artisan migrate
# create 'role'
php artisan db:seed RoleSeeder
#create 'superadmin'
php artisan db:seed SuperAdminSeeder
# login information
# email of superadmin => timilsinasagar04@gmail.com
# password of superadmin => 12345678
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.