HackCal is a calendar which aids users who have trouble keeping track of the numerous hackathons they registered for. The application helps the user to track the dates of the hackathon and also provides other details about the hackathons.
The user can provide the application with their email address and get personal notifications about any upcomming hackathons via email. The user can choose what coding competitions he wants to get notified about by registering on the website.
-
Download XAMPP from the here or any local Apache server hosting application.
-
Make a Databased named HackCal on your MySQL server via localhost/phpmyadmin
-
Clone the the git reposiory.
git clone https://github.com/Zanark/HackCal.git
-
Change current directory to src/HackCal/
cd src/HackCal/
-
Run all migrations
php artisan migrate
-
Generate the keys
php artisan key:generate
-
Seed admin user account
php artisan migrate --seed
-
Host the application
php artisan serve
-
Now you can register an test user account.
-
Admin credentials are:
Email: admin@admin.com Password: password