Skip to content
/ Locl Public
forked from jonathanshu87/locl

Locl offers a platform that supports EBT card purchases to allow SNAP benefit users to purchase healthy food options from local markets. Won Best Payment Hack at TreeHacks 2023.

Notifications You must be signed in to change notification settings

randofan/Locl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

locl

Start

First activate virtual python environment

cd locl && virtualenv .env && source .env/bin/activate && pip3 install supabase && pip3 install flask

Next, start Flask server

cd flaskr && flask run

Open server on localhost 127.0.0.1

Usage

From here, you can create an account and access the marketplace. Click redeem to transfer funds from EBT to Locl. Browse the product selection on marketplace and buy what you're interested in with just a click.

Environment Variables

Supabase password: loclisreallycool

About

Locl offers a platform that supports EBT card purchases to allow SNAP benefit users to purchase healthy food options from local markets. Won Best Payment Hack at TreeHacks 2023.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 40.3%
  • HTML 30.1%
  • Python 29.6%