Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 1.42 KB

README.md

File metadata and controls

53 lines (46 loc) · 1.42 KB

Tugas Besar 3 IF2211 Strategi Algoritma

Tugas Besar 3 IF2211 Strategi Algoritma Penerapan String Matching dan Regular Expression dalam Pembangunan Deadline Reminder Assistant

Table of Contents

Requirements

How To Use

To run the app on the internet, open your web browser and go to http://irpinbot.herokuapp.com/

Local Setup

To run the app locally

Installation

Go to src directory

cd src

Automatic Setup

First Time Setup

  1. Open setup.bat
  2. Wait until the installation is finished
  3. The setup will automatically open the web browser
  4. If the page failed to load, wait a moment then refresh the page

Run

  1. Open run.bat
  2. It will automatically open the web browser
  3. If the page failed to load, wait a moment then refresh the page

Manual Setup

cd src
py -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
flask run

Then open your web browser and go to localhost:5000

Author

  • Irvin Andryan Pratomo - 13519162
  • Reyhan Emyr Arrosyid - 13519167
  • Muhammad Dehan Al Kautsar - 13519200