Skip to content

slak-bro/flask-redis-counter-api

Repository files navigation

Flask Connexion Redis Counter API

Python: 3.7 Code style: black Manager: pipenv

Getting Started

🔨 Installation

  • Make sure Python 3.7 is available on your system
  • Install pipenv on your system : pip install pipenv or curl https://raw.githubusercontent.com/kennethreitz/pipenv/master/get-pipenv.py | python
  • Create the virtual environment and install project packages pipenv install --dev
  • Run the development setup script pipenv run setup

💡 Useful pipenv commands

  • Format the code pipenv run format
  • Manually run the linter pipenv run lint
  • Manually run the tests pipenv run test
  • Add a development package pipenv install --dev <my-package>
  • Add a production package poetry install <my-package>
  • Jump into the virtualenv to run custom commands pipenv shell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published