GithubHelp home page GithubHelp logo

jahit.co.id-web's Introduction

JAHIT.CO.ID

https://jahit.co.id

Build Status

About JAHIT.CO.ID

JAHIT.CO.ID lahir pada tahun 2020 di era pandemic COVID 19, Kami mempunyai semangat untuk meningkatkan Industri textile dan fashion dalam negeri. Kami membantu para penjahit yang sudah kami verifikasi menjadi bagian dari partner kami untuk mendapatkan customer lebih luas dan lebih cepat melalui platform kami. Pelanggan akan langsung mendapatkan balasan dari jaringan penjahit kami lebih cepat mudah dan terjangkau.

Tech Stack

Proyek ini menggunakan beberapa library dan framework sebagai berikut:

Set Up Project

Cara setup project pertama kali dengan menggunakan Laragon:

1. Clone project

git clone https://gitlab.com/dhafins18/jahit

2. Install dependencies

composer install

3. Make .env file

cp .env.example .env

4. Generate API Key to .env

php artisan key:generate

5. Create database via Laragon

by clicking Database->Open->Laragon (Right Click)->Create New->Database->Fill Database Name (will be used for DB_DATABASE value in .env)->OK

6. Set Up .env

by filling DB properties (via Laragon Database for DB_USERNAME and DB_PASSWORD)

DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

7. Migrate and Seed Database

php artisan migrate:refresh --seed

8. Run project

php artisan serve

Pull Changes

Untuk melakukan meng-update project di local, cukup lakukan langkah berikut

1. Install new dependencies (if there are some changes in composer.json)

composer install

2. Migrate and Seed (if there are some changes in Migrations or Seeders)

php artisan migrate:refresh --seed

3. Run project

php artisan serve

4. Refresh cache (if some files can't be detected by php)

composer dump-autoload

Developers

Anggota tim developer:

License

2020 © All right Reversed.

jahit.co.id-web's People

Contributors

misterslurpee avatar razaqa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.