Skip to content

stayshikshit/dev-containers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Softwares Needed

  1. Python 3.11 or higher
  2. Git

Getting Started

  1. Clone the repo git clone https://github.com/aworkaround/dev-containers-demo
  2. Go to directory cd dev-containers-demo
  3. Rename or copy .env.example file cp .env.example .env
  4. Update the file content if needed code .env
  5. Install Poetry pip3 install poetry
  6. For Linux sudo apt install python3-pip python3-poetry -y
  7. Install Requirements poetry install
  8. Run the Code poetry run flask run

About

How to use dev containers in VS Code using Flask app example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.2%
  • Python 46.8%