Project documentation at https://hikoya.github.io/KEWebHackathon/
Overview
This repo holds sourcecode for the backend used in the demo project for KEWeb Hackathon. Project is built on top of Flask, Pyrebase and Typesense.
🛠 Getting Started
Install latest version of Python
Install project dependencies by running "pip install -r requirements.txt" from project root
Run the main server and have fun!
💻 Commands
python main.py Launch the main web server
🏗 Project Structure
Pre-guide.docx Instructions on creating Typesense, Firebase Authentication and Realtime database
products.json Sample data file used for Realtime database
requirements.txt Project dependencies
/static Icons, CSS files used for simple display
/templates HTML files used for simple display