prateekprshr-nith / beautifulCode

This repo contains the major project - 2, the semester registration portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beautifulCode

This repo contains the code base for my B.Tech. major project, the semester registration portal using php's laravel framework

Steps to fork and getting this to work along with laravel:

$ git clone https://github.com/prateekprshr-nith/beautifulCode.git
$ cd beautifulCode/semesterRegistration
$ composer install
$ php artisan key:generate

To migrate the database tables, do your proper settings in .env file and run

$ php artisan migrate:refresh --seed
$ php artisan db:seed --class=UserTablesSeeder # Optional, just for testing purposes 

Also install following external libraries

$ sudo apt-get install wkhtmltopdf

Happy Programming :)

About

This repo contains the major project - 2, the semester registration portal


Languages

Language:HTML 59.1%Language:PHP 40.8%Language:ApacheConf 0.1%Language:JavaScript 0.1%Language:CSS 0.0%