/business-erp-suite

An ERP application based on Python/Django

Primary LanguageHTML

business-erp-suite

Business ERP Suite

Business ERP Suite is an open-source ERP system based on Django framework.

Pre-requisites

Make sure you have the following pre-requisites installed:

Installation process

  1. Checkout sources from the GIT repository:

    git clone https://github.com/akhilmathew001/business-erp-suite.git or Download Zip version

  2. Initialize the database and all applications:

    python manage.py makemigrations and python manage.py migrate

  3. Statrt server

    python manage.py runserver

  4. Run the development web-server

    http://localhost:8000 on your browser

Code courtesy

https://getmdl.io (Google Material-Design-Lite) for HTML Template and CSS Styling