Skip to main content

Introduction

This website will guide users on the use of the different APIs written for the purpose of the workshop

API - Basics: Contains all the APIs available for the React frontend
Page - Backend: Contains all self-contained functions used internally in Flask

Getting Started

Follow the pre-event guide provided in the Github to setup Firebase Authentication, Realtime Database and Typesense

Installation

Install the following modules using the included requirements.txt:

pip install -r requirements.txt

Start your site

Download the zip file from the Github repository
Run the development server:

cd KEWebHackathon

python main.py

Your site starts at http://127.0.0.1:5000.