Skip to content

Hasan10100/e20-co227-Computer-Engineering-Portal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation


portal.ce.pdn.ac.lk


Internal and Public web service provider of the Department of Computer Engineering

instructions

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

Initializing submodule

git submodule init
git submodule update

Setup for the first run

 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

Team of Developers

About

Internal and Public web service provider of the Department of Computer Engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published