You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fork from Kong Template... but with Docker / Docker compose to make your life a little easier by not having to install Kong (and Konga) locally to test or start developing your own custom plugins in Lua or in JavaScript. This project have 2 custom plugins (one in Lua and the other in JS using kong-js-pdk) already configured and running in one ro…
This project is a simple Task Manager application built using Flask and MongoDB. It demonstrates how to structure a Flask application with Blueprints, handle CRUD (Create, Read, Delete) operations, and integrate a NoSQL database. Key Features: Flask Blueprints: Modular route handling (home.py, user.py).