GithubHelp home page GithubHelp logo

rechefy's Introduction

ReChefy

ReChefy merupakan aplikasi berbasis desktop yang hadir sebagai teman memasak Anda. Bersama ReChefy, Anda dapat memasak dengan lebih mudah dengan adanya fitur untuk melihat resep masakan. Anda juga dapat menambahkan resep pada aplikasi, serta menyunting dan menghapus resep buatan Anda. ReChefy juga dapat meningkatkan pengalaman memasak Anda dengan adanya fitur komentar pada setiap resep, sehingga Anda dapat memberikan catatan mengenai resep-resep pada aplikasi. Selain itu, ReChefy juga dilengkapi dengan kumpulan artikel memasak yang dapat Anda baca.

Daftar Isi

Cara Menjalankan Aplikasi

  1. Clone repository dengan menjalankan perintah git clone [email protected]:Raylouis/if2250-2023-k01-11-rechify.git pada terminal.
  2. Install requirements.txt pada repository dengan menjalankan perintah pip install -r requirements.txt pada terminal.
  3. Pada directory repository, jalankan perintah ./run.bat pada terminal.
  4. Aplikasi ReChefy sudah dapat Anda gunakan.

Struktur Program

.
│   .gitignore
│   .gitlab-ci.yml
│   .pylintrc
│   README.md
│   requirements.txt
│   run.bat
│
└───src
    │   application.py
    │   addResep.py
    │   controller.py
    │   daftarArtikel.py
    │   daftarResep.py
    │   editResep.py
    │   fontLoader.py
    │   lihatArtikel.py
    │   lihatResep.py
    │   main.py
    │   menu.py
    │   warning.py
    │   welcomePage.py
    │   
    ├───database
    │       databaseFunc.py
    │       rechefy.db
    │       
    └───tests
            test.db
            testAddResep.py
            testDaftarArtikel.py
            testDaftarResep.py
            testEditResep.py
            testLihatArtikel.py
            testLihatResep.py
            testDatabaseFunc.py

Daftar Modul yang Diimplementasikan

Welcome Page

Berikut adalah tampilan dari Welcome Page welcomePage

Menu

Berikut adalah tampilan dari Menu menu

Daftar Artikel

Berikut adalah tampilan dari Daftar Artikel daftarArtikel

Lihat Artikel

Berikut adalah tampilan dari Lihat Artikel lihatArtikel

Daftar Resep

Berikut adalah tampilan dari Daftar Resep daftarResep cariResepFound cariResepNotFound

Lihat Resep

Berikut adalah tampilan dari Lihat Resep lihatResepDefault lihatResepResepku

Tambah Resep

Berikut adalah tampilan dari Tambah Resep tambahResep

Sunting Resep

Berikut adalah tampilan dari Sunting Resep suntingResep

Daftar Tabel Basis Data yang Diimplementasikan

Resep

Atribut Tipe Key Constraint
idResep integer primary key autoincrement, not null
gambarMasakan blob not null
namaMasakan text not null
deskripsiMasakan text not null
langkahMemasak text not null
isDefault integer not null, default 0, isDefault = 0 or isDefault = 1

Bahan

Atribut Tipe Key Constraint
idBahan integer primary key autoincrement, not null
namaBahan text not null

Alat

Atribut Tipe Key Constraint
idAlat integer primary key autoincrement, not null
namaAlat text not null

AlatResep

Atribut Tipe Key Constraint
idResep integer primary key, foreign key references Resep(idResep) not null
idAlat integer primary key, foreign key references Alat(idAlat) not null

BahanResep

Atribut Tipe Key Constraint
idResep integer primary key, foreign key references Resep(idResep) not null
idBahan integer primary key, foreign key references Bahan(idBahan) not null
kuantitasBahan real not null
satuanKuantitasBahan text not null

Komentar

Atribut Tipe Key Constraint
idKomentar integer primary key autoincrement, not null
komentarFoto blob not null
komentarTeks text not null
tanggalKomentar text not null
idResep integer foreign key references Resep(idResep) not null

Artikel

Atribut Tipe Key Constraint
idArtikel integer primary key autoincrement, not null
fotoArtikel blob not null
judulArtikel text not null
isiArtikel text not null
tanggalPublikasi text not null

Anggota Kelompok dan Pembagian Tugas

NIM Nama Tugas
13521059 Arleen Chrysantha Gunardi Daftar Artikel, Daftar Resep
13521127 Marcel Ryan Antony database, ci cd, query
13521143 Raynard Tanadi Lihat Resep, Lihat Artikel
13521145 Kenneth Dave Bahana Welcome Page, Tambah Resep, Edit Resep

Notes

Pada bagian ci cd kami yaitu tepatnya pada stage Test unit testing kami selalu failed dikarenakan error dari gitlabnya. Kami juga tidak mengetahui mengapa gitlab mengeluarkan error yang berupa ImportError: libGL.so.1: cannot open shared object file: No such file or directory. Dimana apabila kami jalankan unit testing di local kami unit testing tetap berjalan normal dan testing seluruh bagian berhasil, berikut buktinya : unittest

rechefy's People

Contributors

marcelryan avatar raylouiss avatar kenndave avatar arleenchr avatar pemuladigital avatar raynard-tanadi 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.