Open Hackathon is a management system application that helps organize and monitor hackathon competitions. Participants can track and manage their team through various features offered by the application. Users can submit requests to join a team, and team leaders have the ability to accept or reject these requests. Additionally, the application enables administrators to monitor the teams, their members, the stages of the competition, and maintain overall control of the competition process.
This application is built using the following technologies:
- PHP with the Laravel Framework for the backend
- Tailwind CSS for styling
- MySQL for the database
- JavaScript for interactive elements
Follow these steps to set up the project locally on your machine:
git clone https://github.com/georgekazz/OpenHackathon.gitcomposer installnpm installcp .env.example .envDB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=openhackathon
DB_USERNAME=root
DB_PASSWORD=php artisan migratephp artisan db:seedphp artisan key:generatephp artisan serve


