# Get the project
git clone https://github.com/pushpak1300/Dreamspace-Project-of-database-reports.git
# Change directory
cd Dreamspace-Project-of-database-reports
# Copy .env.example to .env
cp .env.example .env
# Generate application secure key (in .env file)
php artisan key:generate
# Create a database (with mysql or postgresql)
# And update .env file with database credentials
# DB_CONNECTION=mysql
# DB_HOST=127.0.0.1
# DB_DATABASE=laravelhackathon
# DB_USERNAME=root
# DB_PASSWORD=root
# Install Composer dependencies
composer install
# Run your migrations
php artisan migrate
php artisan serve
A website where students from all departments can upload for their projects, a report, a presentation, a link to a video working model of the project and github repository, tags for keyword categorization of the technologies they have used whether research paper was published(Y/N). Landing page should show 4 major clickable domains (i.e. Web Development, Machine Learning, DSA, IoT). Website should have option to sort the projects based on academic year, department and score assigned to the project by the professors. Website should also have a feature to search for projects based on keywords (eg.’ Machine Learning’ should show up all projects done in the domain by various students). Clicking on a project title should show options
The MIT License (MIT). Please see License File for more information.