Skip to content

All my homies hate scheduling, but it's the flask backend!

Notifications You must be signed in to change notification settings

FurkanToprak/hourly-backend

Repository files navigation

hourly-backend

Installation

pipenv install

Starting Local Server

pipenv run start

Adding Dependency

pipenv install <module>

Formatting with Black and Linting

Add the following to settings.json:

{
  "[python]": {
    "editor.formatOnSave": true
  },
  "python.formatting.provider": "black",
  "python.testing.pytestArgs": [
    "tests"
  ],
  "python.testing.unittestEnabled": false,
  "python.testing.pytestEnabled": true,
  "python.linting.pylintEnabled": true,
  "python.linting.enabled": true,
  "python.linting.pylintArgs": []
}

About

All my homies hate scheduling, but it's the flask backend!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages