prixite / saas-erp

0 stars 0 forks source link

SAAS-ERP

Technology Stack

Project Setup

After succesful installtion of required technologies and mentioned versions do following in specified sequence.

Run tests:

We write unit-tests to assure correct funcionality. To excute test cases, run ./manage.py test

Pre-commit:

We use pre-commit to ensure code quality and hook these with actions (pre-commit/pre-push). These actions trigger pre-commit to ensure standards before the code is pushed to remote repository.

Data & database

We use a factory-boy to populate database with dummy data.