Giter VIP home page Giter VIP logo

valchemist's Introduction

Visual Alchemist

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

Screenshot

Presently, the tool just automates the code creation to build the corresponding sqlite database. Following features are coming soon:

  • Implement joins and relations by drag/drop.
  • Authentication/Sign-up.
  • Ability to save the visual models on backend.
  • Multi-language support (on-demand).

Demo

Visit http://valchemist-inn.rhcloud.com to see a live demo of how this app works.

Installation and Usage

Visual Alchemist is presently a pure html app, so you can simply copy the github repo and host it. However, Flask support is also added as I intend to add more backend-specific features soon.

To run VA in Flask, you'll need to install the minimum requirements via the requirements.txt file. Run the following commands to install requirements in a virtual environment from within the application root directory (assuming you have pip and virtualenv installed):

virtualenv venv
source venv/bin/activate
pip install -r
deactivate

To run the app, go to the application root directory and type:

venv/bin/python valchemist.py

Contribute

I need contributions in the following areas:

  • Front-end Testing: To test the app across various Browser/OS environments to make sure it runs all-right.
  • Design: My CSS/JavaScript skills aren't that great. So, if you can suggest any improvisation to the front-end workflow, it would be great!
  • Need more suggestions from Python Experts regarding how can I improvise this app, so its useful somewhere.

valchemist's People

Contributors

prahladyeri avatar jbirdkerr avatar brouberol avatar

Watchers

James Cloos avatar Douglas La Rocca avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.