/check-in-module

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Check-In System

Prerequisites

  1. Python 3.6

Installation

  1. Open terminal in the main directory and enter the following commands
  2. export FLASK_APP=Event
  3. export FLASK_DEBUG=true
  4. pip install -e . (Run this command only the first time)
  5. flask run
  6. Go to the url given in the terminal to access the website