LashenDEV / teamup

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

Home Page:https://teamup.ml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to TeamUp

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! 🎉

Login

Admin

email: admin@demo.com 
password: 12345678

President

email: president@demo.com 
password: 12345678

Member

email: member@demo.com
password: 12345678

About

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

https://teamup.ml


Languages

Language:CSS 47.3%Language:Blade 22.0%Language:JavaScript 13.4%Language:PHP 11.7%Language:SCSS 5.5%Language:Shell 0.1%