Skip to content

🔹a system for create data with drag and drop ( Flask - VueJS )

Notifications You must be signed in to change notification settings

PingCode76/drag-and-drop-diagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drag and drop system for diagram

Generate a data with a diagram, created with drag and drop

Use the app

Technologies

- Flask
- Vue.js
- Drag and Drop Component : Easy-Dnd ( https://github.com/rlemaigre/Easy-DnD ) 

Generality

install the necessary library

$ pip install pipreqs
$ pipreqs
$ pip install -r requirements.txt

Launch a python server in /api, available in http://127.0.0.1:5000/ :

$ flask run 

Launch a Vue server with yarn or npm in webapp folder, available in http://localhost:4000/:

$ npm install
$ npm run serve

or

$ yarn install
$ yarn serve

DataBase

- Install PostGresSQL et create database 
- change database configuration ( config.py ) 
python manage.py db init
python manage.py db migrate
python manage.py db upgrade

Docker

$ Docker-compose up --build

Algorithm

Customize configuration

See Configuration Reference.

About

🔹a system for create data with drag and drop ( Flask - VueJS )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published