Skip to content

agcy1210/flask-rest-api-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-rest-api-samples

Installation (Mac and Linux)

Clone the repo and then run the following commands.

  • Create a virtual environment
python3 -m venv ./venv
  • Activate virtual environment
source ./venv/bin/activate
  • Install all the required packages
pip3 install -r requirements.txt

Installation (Windows)

Clone the repo and then run the following commands.

  • Create a virtual environment
python -m venv ./venv
  • Activate virtual environment
venv/Script/activate
  • Install all the required packages
pip install -r requirements.txt

Usage

  • Mac and Linux
python3 main.py
  • Windows
python main.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages