Giter VIP home page Giter VIP logo

flask's Introduction

Configuring Your Development Environment

Configure your SSH and GPG Keys

These steps are not required, but highly recommended

Install Docker

Set your environment variables

  • Create a new file named .env in the root folder
  • Copy the content of the .env.dev file to the new .env
  • Update the variable values with your preferences
    • When adding new keys, remember to pass it to docker-compose.yml and .env.dev
    • This helps others developers configuring and updating their development environment

Create Python Virtual Environment

  • Download and install Python with your desired version
  • Run python<version> -m venv .venv to create a new python virtual environment
    • You can choose other names than .venv, just be careful to avoid conflicts with .env file
    • Check this docs for more info about using venv module

Install project dependencies

  • Activate your virtual environment .venv
  • Run pip install poetry and poetry install --only main
  • After installing main dependencies, install dev dependencies
  • Run poetry install --only dev and pre-commit install

flask's People

Contributors

th1alexandre avatar

Watchers

 avatar

flask's Issues

GitHub Action - Signing Commits

Development of GitHub Action for GPG Commit Signing

Description

I would like to request the development of a GitHub Action that automates the configuration of GPG commit signing for commits made by other GitHub Actions within our repository. This action will ensure that all commits made by automated processes are properly signed using GPG, enhancing security and trust in our project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.