Skip to content

abarbod/Ajweed

Repository files navigation

ِAjaweed Site

This repo contains the site for Ajaweed

Prerequisites

  1. PHP >= 7.1
  2. Git >= 2
  3. PHP Composer
  4. Docker Optional

Coding style

How to use

  1. Make a fork by clicking on the Fork button on the top of the page.

  2. A new repo will be created in your github account.

  3. From the new repo, clone the project to your computer.

    • From your repo click on the green button Clone or Download and copy the link to the repo.
    • from your computer open your terminal/git bash and run this command: (Change the username)
    git clone https://github.com/<your username>/ajaweed-site.git
    • The command will make a copy of the project to your computer.
    • Change your location to the project and run the following commands:
    cd ajaweed-site
    cp .env.example .env
    composer install
    php artisan key:generate
    php artisan serve

How to use (Docker)

  1. run
./vessel start

to start the environment setup (apache, mysql, php and the laravel app)

  1. run
./vessel composer install

to install the dependencies

  1. run
./vessel art migrate
./vessel art key:generate
  1. You are good to go

TODO

  • How to install
  • Docker (How to)

About

A web-based system to manage volunteers and link between them and organizations, built using Laravel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published