This is the official repository for the BVVP (Bharatiya Vidya Vigyan Parishad) website.
BVVP.in is a web application built with Laravel that serves as the official online platform for Bharatiya Vidya Vigyan Parishad.
- Laravel Framework
- PHP
- MySQL
- JavaScript
- HTML/CSS
- Bootstrap
- Clone the repository
git clone https://github.com/username/bvvp.in.git
cd bvvp.in- Install PHP dependencies
composer install- Install JavaScript dependencies
npm install- Create and configure .env file
cp .env.example .env
php artisan key:generate-
Configure the database in .env
-
Run migrations
php artisan migrate- Start the development server
php artisan serveThe project is licensed under the MIT license.