https://github.com/hafijul233/bbs-nsds
bbs nss project
https://github.com/hafijul233/bbs-nsds
Last synced: about 2 months ago
JSON representation
bbs nss project
- Host: GitHub
- URL: https://github.com/hafijul233/bbs-nsds
- Owner: hafijul233
- License: mit
- Created: 2022-03-19T16:55:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T19:23:50.000Z (over 1 year ago)
- Last Synced: 2024-10-10T21:26:33.578Z (7 months ago)
- Language: PHP
- Size: 25.7 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BBD NSDS Implementation Support Project
This application is intend for enumerator/ applicant registration process assistance.## Installation
This application is based on [[email protected]](https://laravel.com). with boilerplate of [Adminlte 3](https://adminlte.io/themes/v3/) as UI Template.
Please follow this steps properly to install this application.
* Clone/Download as zip this from project/repo from [Github](https://github.com/hafijul233/bbs-nsds)
* Your PC Must have minimal PHP 7.4 installed to operate this application
* For Windows please Download [XAMPP](https://www.apachefriends.org/download.html) for Development Environment.
* Install [Composer](https://getcomposer.org/download/) package manager for application dependence.
* Install [Node/NPM](https://nodejs.org/en/) for Asset Compilations
* Mysql Database Server configuration **XAMPP** comes with prebuild mysql db server setupIf you have All this pre-required tools installed then follow this process to step by step .
* Go To Project Directory using File Explorer then rename the .env.example file to .env
* Open your DBMS Tool like **PHPmyAdmin**/ any other tools create a new Database there
* Open .env File using any text editor then change the DB Configuration values and save
* Open Command Prompt/Git Bash Window on Project directory and run the command to install package
```bash
composer install
```
* Run the migration command to load database with application database schema
```bash
php artisan migrate:refresh --seed
```
* After package installation complete.then configure application encryption key using this command
```bash
php artisan key:generate
```
* Now, to install npm packages run this command
```bash
npm install
```
* Finally, Run thwe asset compilation command
```bash
npm run dev
```
Installation process is complete.Run this command to start application
```bash
php artisan serve --port=8000
```
Application start on **[127.0.0.1:8000](http://127.0.0.1:8000)** addressAdministrator Login URL:**[Admin Login](http://127.0.0.1:8000/backend/login/)**
Admin Email: **[email protected]**
Admin Password: **password**
You can change it after first login.
Default Password for all user will be **password**