Skip to content

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

Notifications You must be signed in to change notification settings

MovieTone/crud-flask-export-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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