Skip to content

parse csv files from bgż bank and save as sql code

License

Notifications You must be signed in to change notification settings

lukeduda/cebulany-manager

 
 

Repository files navigation

cebulany-manager

Build


# make virtualenv
virtualenv venv -ppython3.7
source venv/bin/activate
python setup.py install
cd spa/
yarn install
yarn run build

to run front-end in developming mode

yarn run dev

Init

alembic upgrade head
python create_mock.py > mock.csv
./uwsgi-me.sh
# go to http:https://localhost:5000
# login (socek, socek) and upload mock.csv in transaction view

Run?

./uwsgi-me.sh

Managing users?

python -m cebulany.user_cli --help

Develop

Backend server

source venv/bin/activate
cd cebulany/
FLASK_DEBUG=1 FLASK_APP=app.py flask run

Frontend server

cd spa
yarn run dev

About

parse csv files from bgż bank and save as sql code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.5%
  • Vue 37.1%
  • JavaScript 12.8%
  • HTML 2.0%
  • Mako 0.3%
  • Shell 0.2%
  • Dockerfile 0.1%