Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.14 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.14 KB

TODO Service for project named with temporary name Project XYZ

Prerequisite

  1. Python >= 3.9.1
  2. pip >= 20.2.3
  3. MySQL >= 8.0.29

Usage

  1. on root directory, run> python -m venv venv
  2. run> .\venv\Scripts\activate
  3. run> pip install -r requirements.txt
  4. fill .example.env with your own configs, and rename it to .env
  5. run> flask run (flask will run depends on config at .flaskenv) by default, your app will run on port 5002

Request Sample Run in Postman

  1. Please select environment Project XYZ before send request
  2. Please select collection Project XYZ Todo Service to try all requests in this repository