/MicroService-1-template

Group Project for Cloud Computing

Primary LanguagePythonMIT LicenseMIT

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.