Skip to content

Seirea/locker-proj

Repository files navigation

locker-proj backend

OCSEFHacks project, a system for sharing items between a community

Building/Developing

  1. Clone repo
git clone https://github.com/Seirea/locker-proj
  1. Setup virtual environment
python3 -m venv .venv
# on windows
.venv/Scripts/activate
# on *nix systems
. .venv/Scripts/activate.sh
  1. install deps
pip3 install -r requirements.txt
pnpm i
  1. Run CSS Compiler/Watcher
pnpm watch:css
  1. Run (Dev Mode)
flask --app server run --debug --host=0.0.0.0

Firmware

Firmware can be found at https://github.com/Seirea/locker-firmware

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •