Skip to content

Vaniog/QueueHere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 16, 2024
1cfdd8f · Dec 16, 2024

History

72 Commits
Aug 24, 2024
Dec 16, 2024
Apr 14, 2023
Aug 24, 2024
Apr 6, 2024
Apr 18, 2023
Apr 6, 2024
Oct 16, 2023
Apr 10, 2023
May 7, 2024
May 5, 2023
May 12, 2023
Apr 16, 2023
Apr 11, 2023
Apr 6, 2023

Repository files navigation

QueueHere

Website for creating, managing and sharing queues.

Includes english and russian languages.

http://queue-here.ru

Demonstration

Options

options

Queue

queue

Share

sharing

Join

joining

Create

creating

Manage

managing

managing 2

managing 3

Details

Backend with python web framework flask. Frontend with bootstrap.
I created it for queues for labs passing. It can be used in similar cases.

To run on your pc.

# cloning
git clone https://github.com/Vaniog/QueueHere
cd QueueHere

# creating virtual enviroment
python3 -m venv

# activating the enviroment

# for windows
# venv\Scripts\activate.bat

# for linux
# source venv/bin/activate

# flask env variable
export FLASK_APP=queue_app

# running
flask run -h 0.0.0.0

You can create app/.env file and load there some variables. Look for them in app/config.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published