Skip to content

donald-f-ferguson/e6156-f23-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e6156-f23-template

Simple starter template for E6156 projects for fall 2023.

Directory Structure

Top Level Files

  • .gitignore]: .gitignore is important to avoid putting unnecessary and insecure information into GitHub.

  • LICENSE: Choosing the best license for a project may be important and require careful thought.

Python Virtual Environment

  • Using a [python virtual environment] is a best practice.

  • This projects virtual environment is in venv.

  • The .gitignore file is the default for python from GitHub and prevents pushing the virtual environment into the repo.

  • main.py is the python application launched to start the web service. There is more details in the comments in the file.

About

Simple starter template for E6156 projects for fall 2023.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published