Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize a Flask Application #1

Open
DrVasile opened this issue Sep 18, 2023 · 0 comments
Open

Initialize a Flask Application #1

DrVasile opened this issue Sep 18, 2023 · 0 comments

Comments

@DrVasile
Copy link
Collaborator

You'll have to get familiar with the basics of Flask web app development and do the following:

  1. Prepare a Python dev environment. In order to avoid issues you can use a virtual environment in PyCharm with Python 3.10.
  2. In order to not pollute your OS please use the venv in PyCharm to manage packages. NOTE: In case you need license for PyCharm you can use your student email address to get license from JetBrains.
  3. Initialize a Flask app.
  4. Add a .gitignore file. You can generate one using a generator.
  5. Add README.md & license file.
  6. Make sure the Hello World app works on your local environment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants