Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 1.25 KB

ABOUT.md

File metadata and controls

21 lines (14 loc) · 1.25 KB

About Visual Alchemist

Visual Alchemist is a web app to seamlessly create sqlalchemy models by dragging/dropping objects in a canvas.

Screenshot

The Stack

VA is built using Twitter-Bootstrap and jQuery on the front-end. However, Support is added for Flask and sqlalchemy on the backend, so it can also run as a Flask app from backend.

Credits

  • Python Foundation, who made open source software development so easy for all of us.

  • Flask, the solid, minimalist and dependable framework when it comes to web development in Python.

  • sqlalchemy, the outstanding ORM that takes care of all the low level details for us.

  • Twitter-Bootstrap, for being the Backend Developer's sole guide and confidant in the CSS Jungle.

  • jQuery, who made people fall in love with JavaScript once again.

  • Prettify by Google, A pretty good Syntax Highlighting tool!

  • jsPlumb for giving that outstanding library which makes JavaScript Drag/Drop a piece of cake.