Skip to content

This project is a website-based application that simulates genetic algorithms used to create schedules for Junior High School.

Notifications You must be signed in to change notification settings

MuhammadFahru/GA_Penjadwalan_SMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

College Assignment Needs

Kelompok 5 C1 2021 Universitas Pendidikan Indonesia

Mata Kuliah : Kecerdasan Buatan

Dosen Pengampu : Yaya Wihardi, S.Kom., M.Kom.

Anggota Kelompok :

  • 2100137 | Muhamad Nur Yasin Amadudin

  • 2103703 | Fauziyyah Zayyan Nur

  • 2108927 | Muhammad Fahru Rozi

  • 2102843 | Najma Qalbi Dwiharani

Link Production

ga-timetable.herokuapp.com

About The Project

Project ini merupakan aplikasi berbasis website untuk men-simulasikan algoritma genetika yang digunakan untuk membuat jadwal di Sekolah Menengah Pertama (SMP).

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Deploy to Heroku

Prerequisites

Sebelum melakukan deploy aplikasi pastikan Anda sudah memiliki atau sudah menginstall Heroku CLI.

Installation

Dibawah ini merupakan langkah - langkah untuk deploy aplikasi menggunakan Heroku.

  • Login ke dalam Heroku

    heroku login
  • Install HTTP Server untuk Python

    pip install gunicorn
  • Buat Procfile untuk menentukan perintah yang dijalankan pertama kali di Heroku

    touch Procfile
  • Tambahkan keterangan aplikasi di Procfile

    web: gunicorn app:app
  • Buat requirements yang akan digunakan di Heroku

    pip freeze > requirements.txt
  • Hapus library/package yang tidak digunakan

  • Buat repository

    git init
  • Tambahkan file ke repository

    git add .
  • Simpan perubahan

    git commit -m "Initial Commit"
  • Login to Heroku

  • Create new app

  • Lakukan remote ke applikasi Heroku

    heroku git:remote -a [app_name]
  • Push ke aplikasi Heroku

    git push heroku master

About

This project is a website-based application that simulates genetic algorithms used to create schedules for Junior High School.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published