Internal and Public web service provider of the Department of Computer Engineering
Your environment should have
Create a database to use for the project. You can use phpmyadmin or any other database management tool.
Now install pnpm using npm.
npm install -g pnpm
git submodule init
git submodule update
cd portal.ce.pdn.ac.lk
cp .env.example .env
now change the database credentials in .env file.
add webpack and webpack-cli to pnpm.
pnpm add webpack webpack-cli --save-dev
install the dependencies, build assets and run the migrations.
./scripts/setup.sh
Now serve the site.
php artisan serve
Use user credintials inside .env file to login to the website.
furthur details visit official git repository of this project.https://github.com/cepdnaclk/portal.ce.pdn.ac.lk
- E/20/087: Supun Dulara, e20087@eng.pdn.ac.lk
- E/20/094: Ishara Ekanayaka, e20094@eng.pdn.ac.lk
- E/20/131: S.T.S Hasantha, e20131@eng.pdn.ac.lk
- E/20/179: Kusal Jayawardhana, e20179@engdn.ac.lk