Skip to content

Looks like an app, feels and work like an app, but IS NOT an app. It is a PWA developed using technologies Laravel and Vue.js

Notifications You must be signed in to change notification settings

tashitams/my-bulics

Repository files navigation

About My BuliCS

My BuliCS is a tailored made School Management System for Buli Central School, Zhemgang built on some of the hottest opensource technologies such as Laravel (a PHP framework) and Vue.js as a Progressive Web Application.

Installation

Clone the repo locally:

git clone https://github.com/tashitams/my-bulics.git
cd my-bulics

Install PHP dependencies:

composer install

Install NPM dependencies:

npm install

Build assets: For development please run

npm run dev OR
npm run watch

For production please run

npm run prod

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Create an empty database and update .env file

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

Run database migrations:

php artisan migrate:fresh --seed

Run the dev server (the output will give the address):

php artisan serve

How to log in as admin:

http://127.0.0.1:8000/admin/login
Username: admin
Password: admin@123

Security Vulnerabilities

If you discover a security vulnerability within this app, please send an e-mail to Tashi Tam'$ via [email protected]. All security vulnerabilities will be promptly addressed.

About

Looks like an app, feels and work like an app, but IS NOT an app. It is a PWA developed using technologies Laravel and Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages