/article_app_org

Article Posting Desktop Application using Python Flask Backend and ElectronJS Frontend

Primary LanguageJavaScript

This is a Article Posting Desktop Application using Python Flask Backend and ElectronJS Frontend

Thank you to

This project base on Python & ElectronJS Building Desktop GUI Application youtube video posted by Parwiz Forogh

Thank you very much for your valuable tutorial!!! Parwiz Forogh


My Application User Interface

ui


Introduction for Feather Developments

using followings for this project

  • Nodejs v13.14.0
  • Python 3.7.3
  • MySQL via XAMPP v3.2.4
  • Bootstrap via bootswatch.com theme solar

to install python packages

    pip install -r requirements.txt

to install node packages

    npm i

to run the application

  • Open XAMPP
  • Start Apache from XAMPP
  • Strat MySQL from XAMPP
  • Run app.py using package installed python venv
  • Finally npm start

http request testing

using the REST Client extention in vscode