The code is a site to add exams and register students' attendance through a special code generated from their university Registration Number.
- git clone [email protected]:Techbite-sudo/lats.git
- cd lats
- composer install
- copy .env.example to .env
- php artisan key:generate
- create database name lats on xampp server http://localhost/phpmyadmin/index.php?route=/server/databases.
- php artisan migrate:fresh
- php artisan db:seed
- php artisan serve
- http://localhost:8000 on browser
- You have two accounts to login email : [email protected] | password : administrator or email : [email protected] | password : teacher.
- //vercel link.