MovieTone / crud-flask-export-csv

Simple Inventory CRUD Flask web app that supports exporting data to the CSV file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built with

  • Python
  • Flask

Installation and Usage

  1. Install Python

  2. On the command line, run the following (a path to the requirements.txt file should be specified accordingly):

    pip install -r requirements.txt

  3. Run the main.py file with Python: python main.py

  4. Finally, open the following address in your web browser: http://localhost:5000

Preview

image