Skip to content

nguyenductai29/python_flask

Repository files navigation

python_flask

I. Requirements

Windows or Windows server 2019
Python >= 3.7
Postgre SQL

1. Install python 3

  • Download the binaries: python-3.8.10-amd64.exe

  • Run the Executable installer, notes: check the 'Add Python 3.8 to PATH' check box to include the interpreter in the execution path.

  • Add Python to PATH environmental variables (manually):

    Variable Value Notes
    PATH C:\Users\[USER_PROFILE]\AppData\Local\Programs\Python\Python38; C:\Users\[USER_PROFILE]\AppData\Local\Programs\Python\Python38\Scripts; Path to python execution

2. Install Oracle client and ODBC driver

II. Project structure

.
├── common
├── controllers
├── static
│   ├── images
│   ├── css
│   ├── js
│   └── plugins
├── templates
|   ├──screen1
|   |  ├──index.html
├── .gitnore
├── app.py
├── README.md
├── requirements.txt        # Requirement packages
├── settings.py             # information of Database

III. Extension for VS Code (for dev only)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published