This is a Flask app that makes the KSSB Menu accessible via an API.
You can check out the main repo for more information about KSSB Menu itself.
Here are basic commands to make this code run in your own environment:
git clone https://github.com/kssb-cc/kssb-menu-api.git
cd kssb-menu-api
pip3 install -r requirements.txt
python3 app.py
You can specify a port if you want to run the Flask app on a different port by supplying it as an argument. For example, you can use:
python3 app.py 3045
And the server will run on port 3045.