Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Akbarsn/hmpdfkub

Repository files navigation

Readme

About

A website for Himpunan Mahasiswa Pendidikan Kedokteran Fakultas Kedokteran Universitas Brawijaya. The technology stack is using laravel, bootstrap and MySQL.

Rule

  1. Use only english for naming variable or a function
  2. The file that could be changed is in resources/pages or resources/admin
  3. All CSS files and image files is put into public folder
  4. The name of CSS files is following with the name of the files
  5. When link to css or image files use {{asset(folder_name/file_name)}} this is placeholder for /public
  6. Commit is only for one goal, and use the format like "[your_name] your_message"

How to commit

  1. Do your task
  2. When done add your task to staged changes
git add .
  1. Commit your task
git commit -am "[your_name] your_message"

How to Use

A. First Use

  1. Clone this repository
git clone https://github.com/Akbarsn/hmpdfkub.git
  1. Install dependecy
composer install
npm i
  1. Make an .env file by copying .env.example
  2. Generate key
php artisan key:generate
  1. Create database and set it environment in .env file
  2. Run the migration
php artisan migrate
  1. Run the application
php artisan serve

B. When there is change in origin master When there is conflict just ask for it Pull the repo again

git pull https://github.com/Akbarsn/hmpdfkub.git

How to use

  1. Pull this repo
git pull https://github.com/Akbarsn/hmpdfkub.git
  1. When there is conflict, accept incoming changes
  2. Make an .env file by copying .env.example
  3. Generate key
php artisan key:generate
  1. Create database and set it environment in .env file
  2. Run the migration
php artisan migrate:fresh --seed
  1. Run the application
php artisan serve
  1. Test it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published