We are a group of undergraduate students concentrating on forming a community of students that will work as a team to study web development and be interested in digitalization. Through this web application, we hope to bring all the clubs in the University closer to the students through the online methodology
Setup TeamUp on your system
composer install
cp .env.example .env
php artisan key:generate
create a database as "teamup"
import teamup.sql from the project directory into the teamup database
php artisan migrate --seed
php artisan serve
Add required package env keys to enable all the features
Great, everything is set up! 🎉
Admin
email: admin@demo.com
password: 12345678
President
email: president@demo.com
password: 12345678
Member
email: member@demo.com
password: 12345678