Git Product home page Git Product logo

clean_architecture_boilerplate's Introduction

Overview ℹ️

This a template to start a new project with all the configuration used and plugin used by Urbvan Backend Team.

This boilerplate has configuration to keep the better code style for all, with .editoconfig and pre-commit.

  • Python 3.7
  • Pyenv
  • Sentry
  • Pre-commit
  • Poetry
  • editorconfig

Configuration 🛠️

Firs of all you need to clone this repository and change the main folder name clena_architecture_boilerplate -> your_awesome_project.

Then, you need to install all the dependencies, this project is managed by poetry, and the other part, for development purpose is with pip.

To install the project dependencies, you need to:

$ poetry install

And the development packages with pip:

$ pip install -r conf/requirements.txt

This is to keep the development dependencies away from production and necesary package for the right operation of the project.

So, if you need to install development dependencies is with pip and for project with poetry.

Now it's time to install pre-commit, this is too easy, only need to write in terminal:

$ pre-commit install

And that's all. You're ready for the next big and great project of Urbvan ❤️.🥳

Good luck and be awesome! 🎉

clean_architecture_boilerplate's People

Contributors

migantoju avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

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.