GreatDevelopers / LibreHatti

An E-Commerce cum CRM Django App
http://greatdevelopers.github.io/LibreHatti/
GNU General Public License v2.0
24 stars 61 forks source link
database django gndec lh librehatti python

LibreHatti

Raising Pull Request

Install Pre-commit

cd LibreHatti
pip3 install pre-commit
pre-commit install

Setting up Environment

Since we use docker environment, it is quite easy setup your local environment

  1. Install docker
  2. cd Librehatti
  3. To run web app, use docker-compose run web
  4. To run api and react UI, use docker-compose run frontend