This repository contains Python, VueJS and other Files for Cards App.
- Modular Architecture
- Flask
- VueJS
- Celery
- Bootstrap
- SQLAlchemy
- Progressive Web App (PWA)
- Responsive Web Design
- Redis DB
- MailHog
Default configurations can be found in
app/config.py
file. Update them as required.
pipenv install
gunicorn main:app
celery -A main.celery beat --max-interval 1 -l info
celery -A main.celery worker -l info
yarn install
yarn serve
username: [email protected]
password: password
Finally, Open Cards in your browser.