Skip to content

Vaniog/QueueHere

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