Skip to content

kasnerz/letax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

letax

App for Letní X-Challenge: a 10-day event full of challenges and low-cost traveling across Europe 🌍️

Organized by X-Challenge, a Czech non-profit organization and community of people. 🧑‍🤝‍🧑

The app is available to participants during the event at 👉️ app.x-challenge.cz.

Quickstart

  1. Clone the repository.
  2. Prepare a new Python virtual environment:
python -m venv venv
source venv/bin/activate
  1. Install the requirements:
pip install -r requirements.txt
  1. Activate the template files:
for file in "src/app/accounts.yaml" "src/app/settings.yaml" ".streamlit/secrets.toml"; do
    cp $file{.template,}
done
  1. Fill in the variables in .streamlit/secrets.toml (can be also launched without them with limited functionality).
  2. Run the app:
./run.sh

The app should be accessible through your browser at http://localhost:7334/.

You should be able to log in on the user page with the following details:

  • login: admin
  • password: changethispassword

(you should of course change the default password)

Development

A few pointers:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages