mirror of
https://github.com/System-End/haxmas-day-5.git
synced 2026-04-19 11:20:22 +00:00
No description
| static | ||
| .gitignore | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
this is a simple gift tracker made with flask
Features
- Password protected
- add gifts with the recipient name and category of the gift
- mark gifts when purchased or deleivered
- delete them when done
- track delivered, purchased, etc
Setup
Clone the Repo
git clone git@github.com:System-End/haxmas-day-5.git
- Create a virtual enviroment
python -m venv venv
source venv/bin/activate
or if on fish
source venv/vin/activate.fish
On Windows use: venv\Scripts\activate
- Install dependencies
pip install -r requirements.txt
- Create a
.envfile with your password:
APP_PASSWORD=your-password
- Run it
python main.py
Deploying to Railway
- Connect repo to Railway
- Add environment variable
APP_PASSWORDin project settings - Generate a domain