This a simple webapp example using olek a Python Web Framework built for learning purposes
To run this project create a new python environment
pip install -r requirements.txt
- Run gunicorn:
gunicorn app:app
- Go to http://localhost:8000 and check it out