GithubHelp home page GithubHelp logo

muhammadfahru / ga_penjadwalan_smp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 29 KB

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

Procfile 0.03% Python 35.69% HTML 64.28%

ga_penjadwalan_smp's Introduction

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

ga_penjadwalan_smp's People

Contributors

muhammadfahru 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.