Skip to content

Euthymian/Flask-and-SQLAlchemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Flask and SQLAlchemy

Description

This project is designed to convert data into SQL format then use SQL to perform simple tasks of a COM (Customer Order Management) system.

Installation

To run this project, you will need to install the following libraries:

  • Flask pip install flask
  • Flask-SQLAlchemy pip install flask-sqlalchemy
  • Requests pip install requests

Usage

  1. Clone the repository.
  2. Install the required libraries using the command pip install library_name.
  3. Run the script manage.py to start the conversion process, create data and live the server.
  4. Open a new terminal and run demo.py.
  5. Use Postman to perform endpoint API queries.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published